| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[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 = Zen for YI of O 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][] = tabs.css 30 ; stylesheets[all][] = messages.css 31 ; stylesheets[all][] = block-editing.css 32 ; stylesheets[all][] = wireframes.css 33 stylesheets[all][] = myzen.css 34 stylesheets[print][] = print.css 35 stylesheets[all][] = highslide.css 36 ; To prevent stylesheets of a base theme or of a module from being included in 37 ; our sub-theme, we specify it in our .info file (and we don't need to have a 38 ; stylesheet in our sub-theme with that name.) For example, we prevent the 39 ; zen.css file in the base theme from being included by specifying it here. 40 stylesheets[all][] = zen.css 41 ; Set the conditional stylesheets that are processed by IE. 42 ; conditional-stylesheets[if IE][all][] = ie.css 43 44 ; Optionally add some jquery scripts to your theme. 45 scripts[] = script.js 46 scripts[] = highslide-full.js 47 48 ; The regions defined in Zen's default page.tpl.php file. The name in 49 ; brackets is the name of the variable in the page.tpl.php file, (e.g. 50 ; "[content_top]" in the .info file means there should be a $content_top 51 ; variable in the page.tpl.php file.) The text after the equals sign is a 52 ; descriptive text used on the admin/build/blocks page. 53 ; 54 ; To add a new region, copy Zen's page.tpl.php to your sub-theme's directory, 55 ; add a line line to this file, and then add the new variable to your 56 ; page.tpl.php template. 57 regions[left] = left sidebar 58 regions[right] = right sidebar 59 regions[navbar] = navigation bar 60 regions[content_top] = content top 61 regions[content_bottom] = content bottom 62 regions[header] = header 63 regions[footer] = footer 64 regions[closure_region] = closure 65 66 ; Various page elements output by the theme can be toggled on and off. The 67 ; "features" control which of these check boxes display on the 68 ; admin/build/themes config page. This is useful for suppressing check boxes 69 ; for elements not used by your sub-theme. To suppress a check box, omit the 70 ; entry for it below. See the Drupal 6 Theme Guide for more info: 71 ; http://drupal.org/node/171205#features 72 features[] = logo 73 features[] = name 74 features[] = slogan 75 features[] = mission 76 features[] = node_user_picture 77 features[] = comment_user_picture 78 features[] = search 79 features[] = favicon 80 features[] = primary_links 81 features[] = secondary_links 82 83 ; Set the default settings to be used in theme-settings.php 84 settings[zen_block_editing] = 1 85 settings[zen_breadcrumb] = yes 86 settings[zen_breadcrumb_separator] = ' › ' 87 settings[zen_breadcrumb_home] = 1 88 settings[zen_breadcrumb_trailing] = 1 89 settings[zen_breadcrumb_title] = 0 90 settings[zen_rebuild_registry] = 0 91 settings[zen_wireframes] = 0
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |