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