| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 ; $Id: STARTERKIT.info.txt,v 1.1.2.3 2009/05/08 15:05:04 johnalbin Exp $ 2 3 4 ; The name and description of the theme used on the admin/build/themes page. 5 name = gatewave 6 description = Read the <a href="http://drupal.org/node/226507">online docs</a> on how to create a sub-theme. 7 8 ; The screenshot used on the admin/build/themes page. 9 screenshot = screenshot.png 10 11 ; "core" specifies the version of Drupal that this theme is compatible with. 12 ; "base theme" specifies that this is a theme that uses the "zen" theme as its 13 ; base theme. Its unlikely you will ever need to change these, but they are 14 ; required fields for a Zen sub-theme. The "engine" field is not used in a 15 ; sub-theme since the engine is inherited from its base theme. 16 core = 6.x 17 base theme = zen 18 19 ; This section adds CSS files to your theme. The media type is specified in 20 ; the brackets. Typical CSS media types include "all", "screen", "print", and 21 ; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full 22 ; list of stylesheet media types in CSS 2.1. 23 ; 24 ; You can also override any of Zen's stylesheets or any module's stylesheets, 25 ; an /extremely/ useful feature. See the excellent Drupal 6 Theme Guide at 26 ; http://drupal.org/node/171209 for more details. 27 ;stylesheets[all][] = layout.css 28 stylesheets[all][] = html-elements.css 29 stylesheets[all][] = layout-fixed.css 30 stylesheets[all][] = system-menus.css 31 ; stylesheets[all][] = tabs.css 32 ; stylesheets[all][] = messages.css 33 ; stylesheets[all][] = block-editing.css 34 ; stylesheets[all][] = wireframes.css 35 stylesheets[all][] = gatewave.css 36 stylesheets[print][] = print.css 37 ; To prevent stylesheets of a base theme or of a module from being included in 38 ; our sub-theme, we specify it in our .info file (and we don't need to have a 39 ; stylesheet in our sub-theme with that name.) For example, we prevent the 40 ; zen.css file in the base theme from being included by specifying it here. 41 stylesheets[all][] = zen.css 42 43 ; Set the conditional stylesheets that are processed by IE. 44 ; conditional-stylesheets[if IE][all][] = ie.css 45 46 ; Optionally add some jquery scripts to your theme. 47 ; scripts[] = script.js 48 49 ; The regions defined in Zen's default page.tpl.php file. The name in 50 ; brackets is the name of the variable in the page.tpl.php file, (e.g. 51 ; "[content_top]" in the .info file means there should be a $content_top 52 ; variable in the page.tpl.php file.) The text after the equals sign is a 53 ; descriptive text used on the admin/build/blocks page. 54 ; 55 ; To add a new region, copy Zen's page.tpl.php to your sub-theme's directory, 56 ; add a line line to this file, and then add the new variable to your 57 ; page.tpl.php template. 58 regions[left] = left sidebar 59 regions[right] = right sidebar 60 regions[navbar] = navigation bar 61 regions[content_top] = content top 62 regions[content_bottom] = content bottom 63 regions[header] = header 64 regions[footer] = footer 65 regions[closure_region] = closure 66 67 ; Various page elements output by the theme can be toggled on and off. The 68 ; "features" control which of these check boxes display on the 69 ; admin/build/themes config page. This is useful for suppressing check boxes 70 ; for elements not used by your sub-theme. To suppress a check box, omit the 71 ; entry for it below. See the Drupal 6 Theme Guide for more info: 72 ; http://drupal.org/node/171205#features 73 features[] = logo 74 features[] = name 75 features[] = slogan 76 features[] = mission 77 features[] = node_user_picture 78 features[] = comment_user_picture 79 features[] = search 80 features[] = favicon 81 features[] = primary_links 82 features[] = secondary_links 83 84 ; Set the default settings to be used in theme-settings.php 85 settings[zen_block_editing] = 1 86 settings[zen_breadcrumb] = yes 87 settings[zen_breadcrumb_separator] = ' › ' 88 settings[zen_breadcrumb_home] = 1 89 settings[zen_breadcrumb_trailing] = 1 90 settings[zen_breadcrumb_title] = 0 91 settings[zen_rebuild_registry] = 1 92 settings[zen_wireframes] = 0
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |