Chris@0: ; $Id: STARTERKIT.info.txt,v 1.1.2.3 2009/05/08 15:05:04 johnalbin Exp $ Chris@0: Chris@0: Chris@0: ; The name and description of the theme used on the admin/build/themes page. Chris@0: name = SoundSoftware Chris@0: description = A Zen sub-theme. Chris@0: Chris@0: ; The screenshot used on the admin/build/themes page. Chris@0: screenshot = screenshot.png Chris@0: Chris@0: ; "core" specifies the version of Drupal that this theme is compatible with. Chris@0: ; "base theme" specifies that this is a theme that uses the "zen" theme as its Chris@0: ; base theme. Its unlikely you will ever need to change these, but they are Chris@0: ; required fields for a Zen sub-theme. The "engine" field is not used in a Chris@0: ; sub-theme since the engine is inherited from its base theme. Chris@0: core = 6.x Chris@0: base theme = zen Chris@0: Chris@0: ; This section adds CSS files to your theme. The media type is specified in Chris@0: ; the brackets. Typical CSS media types include "all", "screen", "print", and Chris@0: ; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full Chris@0: ; list of stylesheet media types in CSS 2.1. Chris@0: ; Chris@0: ; You can also override any of Zen's stylesheets or any module's stylesheets, Chris@0: ; an /extremely/ useful feature. See the excellent Drupal 6 Theme Guide at Chris@0: ; http://drupal.org/node/171209 for more details. Chris@0: stylesheets[all][] = layout.css Chris@0: stylesheets[all][] = html-elements.css Chris@0: ; stylesheets[all][] = tabs.css Chris@0: ; stylesheets[all][] = messages.css Chris@0: ; stylesheets[all][] = block-editing.css Chris@0: ; stylesheets[all][] = wireframes.css Chris@0: stylesheets[all][] = soundsoftware.css Chris@0: stylesheets[print][] = print.css Chris@0: ; To prevent stylesheets of a base theme or of a module from being included in Chris@0: ; our sub-theme, we specify it in our .info file (and we don't need to have a Chris@0: ; stylesheet in our sub-theme with that name.) For example, we prevent the Chris@0: ; zen.css file in the base theme from being included by specifying it here. Chris@0: stylesheets[all][] = zen.css Chris@0: Chris@0: ; Set the conditional stylesheets that are processed by IE. Chris@0: ; conditional-stylesheets[if IE][all][] = ie.css Chris@0: Chris@0: ; Optionally add some jquery scripts to your theme. Chris@0: ; scripts[] = script.js Chris@0: Chris@0: ; The regions defined in Zen's default page.tpl.php file. The name in Chris@0: ; brackets is the name of the variable in the page.tpl.php file, (e.g. Chris@0: ; "[content_top]" in the .info file means there should be a $content_top Chris@0: ; variable in the page.tpl.php file.) The text after the equals sign is a Chris@0: ; descriptive text used on the admin/build/blocks page. Chris@0: ; Chris@0: ; To add a new region, copy Zen's page.tpl.php to your sub-theme's directory, Chris@0: ; add a line line to this file, and then add the new variable to your Chris@0: ; page.tpl.php template. Chris@0: regions[left] = left sidebar Chris@0: regions[right] = right sidebar Chris@0: regions[navbar] = navigation bar Chris@0: regions[content_top] = content top Chris@0: regions[content_bottom] = content bottom Chris@0: regions[header] = header Chris@0: regions[footer] = footer Chris@0: regions[closure_region] = closure Chris@0: Chris@0: ; Various page elements output by the theme can be toggled on and off. The Chris@0: ; "features" control which of these check boxes display on the Chris@0: ; admin/build/themes config page. This is useful for suppressing check boxes Chris@0: ; for elements not used by your sub-theme. To suppress a check box, omit the Chris@0: ; entry for it below. See the Drupal 6 Theme Guide for more info: Chris@0: ; http://drupal.org/node/171205#features Chris@0: features[] = logo Chris@0: features[] = name Chris@0: features[] = slogan Chris@0: features[] = mission Chris@0: features[] = node_user_picture Chris@0: features[] = comment_user_picture Chris@0: features[] = search Chris@0: features[] = favicon Chris@0: features[] = primary_links Chris@0: features[] = secondary_links Chris@0: Chris@0: ; Set the default settings to be used in theme-settings.php Chris@0: settings[zen_block_editing] = 1 Chris@0: settings[zen_breadcrumb] = yes Chris@0: settings[zen_breadcrumb_separator] = ' › ' Chris@0: settings[zen_breadcrumb_home] = 1 Chris@0: settings[zen_breadcrumb_trailing] = 1 Chris@0: settings[zen_breadcrumb_title] = 0 Chris@0: settings[zen_rebuild_registry] = 1 Chris@0: settings[zen_wireframes] = 0