chameleon_features

5 chameleon.theme chameleon_features()

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',
  );
}
Login or register to post comments