blob: e95049edd2574158200491bc833c6a8efce11e52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 "<YourSiteFolder>/themes/" folder within Drupal installation.
For example: <YourSiteFolder>/themes/<MyNewTheme>
3. Copy or upload theme files into the newly created <MyNewTheme> 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
|