; $Id$ ; The name and description of the theme used on the admin/build/themes page. name = Blueprint's Starter Theme description = Use this as a base sub-theme. ; The next two lines define the version of Drupal core that the ; theme is compatible with as well as the base theme this ; sub-theme uses. core = 6.x base theme = blueprint screenshot = screenshot.png ; This section adds CSS files to your theme. The media type is specified in ; the brackets. Typical CSS media types include "all", "screen", "print", and ; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full ; list of stylesheet media types in CSS 2.1. ; ; You can also override any of Blueprint's stylesheets or any module's stylesheets, ; an /extremely/ useful feature. See the excellent Drupal 6 Theme Guide at ; http://drupal.org/node/171209 for more details. stylesheets[screen,projection][] = css/style.css ; To prevent stylesheets of a base theme or of a module from being included in ; our sub-theme, we specify it in our .info file (and we don't need to have a ; stylesheet in our sub-theme with that name.) For example, we prevent the ; blueprint.css file in the base theme from being included by specifying it here. ; stylesheets[all][] = blueprint.css ; Optionally add some jquery scripts to your theme. ; scripts[] = script.js ; These regions defined in Blueprint's default page.tpl.php file. The name in ; brackets is the name of the variable in the page.tpl.php file, (e.g. ; "[left]" in the .info file means there should be a $left ; variable in the page.tpl.php file.) The text after the equals sign is a ; descriptive text used on the admin/build/blocks page. ; ; To add a new region, copy Blueprint's page.tpl.php to your sub-theme's directory, ; add a line to this file, and then add the new variable to your ; page.tpl.php template. regions[left] = Left sidebar regions[right] = Right sidebar regions[content] = Content regions[header] = Header regions[footer] = Footer ; Various page elements output by the theme can be toggled on and off. The ; "features" control which of these check boxes display on the ; admin/build/themes config page. This is useful for suppressing check boxes ; for elements not used by your sub-theme. To suppress a check box, omit the ; entry for it below. See the Drupal 6 Theme Guide for more info: ; http://drupal.org/node/171205#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 ; Set the default settings to be used in theme-settings.php settings[blueprint_block_edit_links] = 1 settings[blueprint_rebuild_registry] = 0 settings[blueprint_showgrid] = 0