What am i suppossed to do with function _basic_theme() in theme-settings.php ?

Rename it sure, and ...
use it ? rename it to mytheme_theme() ?

Is this theme abandonned ?
Which one would you recommand me for replament ? (it's my first theming).

Comments

SteveK’s picture

Status: Active » Closed (works as designed)

as per the readme file:

- if you want to change the name of the theme from 'basic' to another name like 'mytheme',
follow these steps (to do BEFORE enabling the theme) :

- Edit basic.info and change the name, description, project (can be deleted)
- In basic.info, replace the following instances of "basic_" to "mytheme_"
- [basic_zen_tabs]
- [basic_wireframe]
- [basic_block_editing]
- [basic_rebuild_registry]
- [basic_breadcrumb]
- [basic_breadcrumb_separator]
- [basic_breadcrumb_home]
- [basic_breadcrumb_trailing]
- [basic_breadcrumb_title]

- In template.php change each iteration of 'basic' to 'mytheme'
- In theme-settings.php change each iteration of 'basic' to 'mytheme'
- rename the theme folder to 'mytheme'
- rename basic.info to mytheme.info