/[drupal]/contributions/themes/TVframe/TVframe.info
ViewVC logotype

Contents of /contributions/themes/TVframe/TVframe.info

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Wed Mar 4 22:22:57 2009 UTC (8 months, 3 weeks ago) by kreynen
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.2: +0 -0 lines
fixed sub-sub theme issues
1 ; $Id: TVframe.info,v 1.5 2008/05/13 09:19:13 johnalbin Exp $
2
3
4 ; The name and description of the theme used on the admin/build/themes page.
5 name = TV Frame Zen Sub Theme
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][] = civicpixel.css
28 stylesheets[all][] = layout.css
29 stylesheets[all][] = html-elements.css
30 ;stylesheets[all][] = tabs.css
31 stylesheets[all][] = TVframe.css
32 stylesheets[print][] = print.css
33 ; We prevent the zen.css file in the base theme from being included by
34 ; specifying it in the sub-theme's .info file and by putting an empty zen.css
35 ; file in the sub-theme's directory.
36 stylesheets[all][] = zen.css
37
38 ; The regions defined in Zen's default page.tpl.php file. The name in
39 ; brackets is the name of the variable in the page.tpl.php file, (e.g.
40 ; "[content_top]" in the .info file means there should be a $content_top
41 ; variable in the page.tpl.php file.) The text after the equals sign is a
42 ; descriptive text used on the admin/build/blocks page.
43 ;
44 ; To add a new region, copy Zen's page.tpl.php to your sub-theme's directory,
45 ; add a line line to this file, and then add the new variable to your
46 ; page.tpl.php template.
47 regions[left] = left sidebar
48 regions[right] = right sidebar
49 regions[navbar] = navigation bar
50 regions[content_top] = content top
51 regions[content_left] = content left
52 regions[content_right] = content right
53 regions[content_bottom] = content bottom
54 regions[header] = header
55 regions[lower_links] = lower links
56 regions[footer] = footer
57 regions[closure_region] = closure
58
59 ; Various page elements output by the theme can be toggled on and off. The
60 ; "features" control which of these check boxes display on the
61 ; admin/build/themes config page. This is useful for suppressing check boxes
62 ; for elements not used by your sub-theme. To suppress a check box, omit the
63 ; entry for it below. See the Drupal 6 Theme Guide for more info:
64 ; http://drupal.org/node/171205#features
65 features[] = logo
66 features[] = name
67 features[] = slogan
68 features[] = mission
69 features[] = node_user_picture
70 features[] = comment_user_picture
71 features[] = search
72 features[] = favicon
73 features[] = primary_links
74 features[] = secondary_links
75
76 ; Set the default settings to be used in theme-settings.php
77 settings[zen_block_editing] = 1
78 settings[zen_breadcrumb] = yes
79 settings[zen_breadcrumb_separator] = ' › '
80 settings[zen_breadcrumb_home] = 1
81 settings[zen_breadcrumb_trailing] = 1
82 settings[zen_breadcrumb_title] = 0
83 settings[zen_wireframes] = 0

  ViewVC Help
Powered by ViewVC 1.1.2