chameleon_features

  1. drupal
    1. 4.7
    2. 5
Versions
4.7 – 5 chameleon_features()

Code

themes/chameleon/chameleon.theme, line 9

<?php
function chameleon_features() {
  return array(
    'toggle_logo',
    'toggle_favicon',
    'toggle_name',
    'toggle_slogan',
  );
}
?>