function chameleon_features in Drupal 5
Same name and namespace in other branches
- 4 themes/chameleon/chameleon.theme \chameleon_features()
@file A slim, CSS-driven theme which does not depend on a template engine like phptemplate
File
- themes/
chameleon/ chameleon.theme, line 8 - A slim, CSS-driven theme which does not depend on a template engine like phptemplate
Code
function chameleon_features() {
return array(
'toggle_logo',
'toggle_favicon',
'toggle_name',
'toggle_slogan',
);
}