Projet

Général

Profil

Paste
Télécharger (1,28 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / _README.txt @ 87dbc3bf

1

    
2
-- SUBTHEME SETUP --
3

    
4
NOTE: if you use Drush you can generate a new subtheme with the adaptivetheme
5
command: drush adaptivetheme "Foobar Theme" foobartheme
6

    
7
1. Copy and paste adaptivetheme_subtheme, it doesn't matter where you place
8
   the copied version as long as its in a theme directory. For example if you
9
   are using sites/all/themes you can place it there - so you end up with:
10

    
11
   sites/all/themes/foobartheme
12

    
13
2. Rename the info file and edit the info file details. For example lets assume
14
   you want your theme to be called "foobartheme", the name of the info file will
15
   be "foobartheme.info". Once you have renamed the file open it up and change
16
   the "name" to foobartheme and change the description to suit your taste.
17

    
18
3. Edit the theme_settings.php and template.php files - here we will be replacing
19
   "adaptivetheme_subtheme" with your themes name, in this case "foobartheme" -
20
   this must match the name you gave to the info file. The easy way is to just
21
   use search and replace.
22

    
23
4. For additional information on using Adaptivetheme view the information in
24
   adaptivetheme/at_core/_README.txt
25

    
26
Any problems please post an issue in the Adaptivethemes issue queue on Drupal.org:
27
http://drupal.org/project/issues/adaptivetheme
28

    
29
Maintainer:
30
* Jeff Burnz http://drupal.org/user/61393