-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_README.txt
executable file
·30 lines (21 loc) · 1.28 KB
/
_README.txt
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
-- SUBTHEME SETUP --
NOTE: if you use Drush you can generate a new subtheme with the adaptivetheme
command: drush adaptivetheme "Foobar Theme" foobartheme
1. Copy and paste adaptivetheme_subtheme, it doesn't matter where you place
the copied version as long as its in a theme directory. For example if you
are using sites/all/themes you can place it there - so you end up with:
sites/all/themes/foobartheme
2. Rename the info file and edit the info file details. For example lets assume
you want your theme to be called "foobartheme", the name of the info file will
be "foobartheme.info". Once you have renamed the file open it up and change
the "name" to foobartheme and change the description to suit your taste.
3. Edit the theme_settings.php and template.php files - here we will be replacing
"adaptivetheme_subtheme" with your themes name, in this case "foobartheme" -
this must match the name you gave to the info file. The easy way is to just
use search and replace.
4. For additional information on using Adaptivetheme view the information in
adaptivetheme/at_core/_README.txt
Any problems please post an issue in the Adaptivethemes issue queue on Drupal.org:
http://drupal.org/project/issues/adaptivetheme
Maintainer:
* Jeff Burnz http://drupal.org/user/61393