From 9438279fd24e0309abd1f78a9442b149f7bd6bef Mon Sep 17 00:00:00 2001 From: bboldi Date: Tue, 13 Sep 2011 12:08:50 +0200 Subject: Initial commit. --- ReadMe.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 ReadMe.txt (limited to 'ReadMe.txt') diff --git a/ReadMe.txt b/ReadMe.txt new file mode 100644 index 0000000..e95049e --- /dev/null +++ b/ReadMe.txt @@ -0,0 +1,38 @@ +For more information please visit http://drupal.org/node/456 + +*** Installing Drupal Themes +--------------------------------------- +1. Access your Web server using an FTP client or Web server administration tools. +2. Create a folder for your specific theme under "/themes/" folder within Drupal installation. + For example: /themes/ +3. Copy or upload theme files into the newly created folder. +4. Login to your Drupal Administer. +5. Go to Drupal Administer -> Site Building -> Themes (www.YourSite.com/?q=admin/build/themes) +6. Select your newly uploaded theme from the list of available themes for your site. +7. Click the "Save configuration" button to save your changes. +For more information please visit: http://drupal.org/node/456 + +*** Utilizing Menus +--------------------------------------- + +1. Go to Drupal Administer -> Site Building -> Menus (www.YourSite.com/?q=admin/build/menu) +2. Edit an existing menu or create a new one. +3. Go to Drupal Administer -> Site Building -> Blocks (www.YourSite.com/?q=admin/build/block) +4. Place menu into the "Menu" region. + +NOTE: the "Menu" region can contain only a single menu, or none. + +For more information please visit http://drupal.org/node/102338 + +*** Customizing the Footer +--------------------------------------- +To customize the theme footer via Drupal Administer place one or multiple blocks into the "Copyright" region. +Here are sample steps to configure custom footer: +1. Go to Drupal Administer -> Site configuration -> Site information + (www.your-site.com/?q=admin/settings/site-information) +2. Edit the Footer message field. +3. Save your changes. + +---------------------------------------------- + +by b2 - http://b2hq.com \ No newline at end of file -- cgit v1.2.3