In README.txt it states:
3. Edit your sub-theme to use the proper function names.
Edit the template.php and theme-settings.php files in your sub-theme's
folder; replace ALL occurrences of "STARTER" with the name of your
sub-theme.
For example, edit foo/template.php and foo/theme-settings.php and replace
every occurrence of "STARTER" with "foo".
It is recommended to use a text editing application with search and
"replace all" functionality.
The original STARTER doesn't contain a theme-setting.php file, and template.php containc commented out code...
Can this be clarified, please?
Thanks
Comments
Comment #1
dylanthomas commentedSeems that I didn't need to edit foo/theme-settings.php, I tried adding a copy to my sub-theme from ZURB, but got an error - so I left it.
Comment #2
chrisjlee commentedDylan:
Yes, you don't need to copy theme settings file. You just need to copy all the files in the STARTER folder and rename STARTER to of the theme that you're looking to call it.
E.g.
STARTER -> DylanThomas2013
- STARTER.info -> DylanThomas2013.info (Inside this file rename all references to STARTER)
and so forth...
For a more thorough and indepth explanation on sub-theme creation please check out this node: http://drupal.org/node/225125
Comment #3
dylanthomas commented"Yes, you don't need to copy theme settings file. You just need to copy all the files in the STARTER folder"
There is no 'theme-settings.php' file in the STARTER, or wasn't, is there?
Thanks for your help.
Comment #4
chrisjlee commentedNope there isn't one there for a reason. :)
No problem!