On this page
function _system_default_theme_features
_system_default_theme_features()
Returns an array of default theme features.
File
- modules/system/system.module, line 2677
- Configuration system that lets administrators modify the workings of the site.
Code
function _system_default_theme_features() {
return array(
'logo',
'favicon',
'name',
'slogan',
'node_user_picture',
'comment_user_picture',
'comment_user_verification',
'main_menu',
'secondary_menu',
);
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!system!system.module/function/_system_default_theme_features/7.x