chameleon_features

Versions
4.6 – 5
chameleon_features()

Code

themes/chameleon/chameleon.theme, line 8

<?php
function chameleon_features() {
  return array(
       'logo',
       'toggle_name',
       'toggle_slogan',
       'toggle_primary_links',
       'toggle_secondary_links');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.