You are here

function phptemplate_features in Drupal 4

Same name and namespace in other branches
  1. 5 themes/engines/phptemplate/phptemplate.engine \phptemplate_features()

Return value

Array of template features

File

themes/engines/phptemplate/phptemplate.engine, line 122
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',
  );
}