function phptemplate_features in Drupal 5
Same name and namespace in other branches
- 4 themes/engines/phptemplate/phptemplate.engine \phptemplate_features()
Return value
Array of template features
File
- themes/
engines/ phptemplate/ phptemplate.engine, line 133 - Handles integration of templates written in pure php with the Drupal theme system.
Code
function phptemplate_features() {
return array(
'toggle_logo',
'toggle_comment_user_picture',
'toggle_favicon',
'toggle_mission',
'toggle_name',
'toggle_node_user_picture',
'toggle_search',
'toggle_slogan',
);
}