Default .info values

Last modified: February 14, 2008 - 21:33

The following are the assumed defaults. When they are not defined, the theme will automatically take these values.

Note: These defaults apply as a group. In other words, overriding a region with regions[sub_header] = Sub-header will omit the rest of the default regions. To gain them back, they must be redefined. Even with "stylesheets". Even though it's not technically in a group, defining another stylesheet will prevent "style.css" from being included unless it is redefined.

regions

  regions[left] = Left sidebar
  regions[right] = Right sidebar
  regions[content] = Content
  regions[header] = Header
  regions[footer] = Footer
   

features

  features[] = logo
  features[] = name
  features[] = slogan
  features[] = mission
  features[] = node_user_picture
  features[] = comment_user_picture
  features[] = search
  features[] = favicon
  features[] = primary_links
  features[] = secondary_links
   

stylesheets

  stylesheets[all][] = style.css
   

scripts

  scripts[] = script.js
   

screenshot

  screenshot = screenshot.png
   

php (minimum support)

DRUPAL_MINIMUM_PHP is a constant. It points the the minimum requirements for Drupal core to run.

  php = DRUPAL_MINIMUM_PHP
   

 
 

Drupal is a registered trademark of Dries Buytaert.