annotate soundsoftware.info @ 7:787c247a1b22 tip

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