-
Notifications
You must be signed in to change notification settings - Fork 4
/
zen_ninesixty.info
90 lines (76 loc) · 3.61 KB
/
zen_ninesixty.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
; $Id:
; The name and description of the theme used on the admin/build/themes page.
name = Zen-960
description = A theme using Zen and Ninesixty as base themes. See the "README.txt" file of those two themes.
; The screenshot used on the admin/build/themes page.
screenshot = images/screenshot.png
; "core" specifies the version of Drupal that this theme is compatible with.
; "base theme" specifies that this is a theme that uses the "zen" theme as its
; base theme. Its unlikely you will ever need to change these, but they are
; required fields for a Zen sub-theme. The "engine" field is not used in a
; sub-theme since the engine is inherited from its base theme.
core = 6.x
base theme = ninesixty
; 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. The iPhone's preferred media type
; is based on the CSS3 Media queries. http://www.w3.org/TR/css3-mediaqueries/
;
; You can also override any of Zen'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.
; Don't load 960's reset and text CSS, and use the ones Zen provides.
css remove[] = reset.css
css remove[] = text.css
; Don't load Zen's fixed/ liquid layout.
css remove[] = layout-fixed.css
css remove[] = layout-liquid.css
; Add fresh style CSS.
stylesheets[all][] = fresh.css
; Set the conditional stylesheets that are processed by IE.
conditional-stylesheets[if IE][all][] = css/ie.css
conditional-stylesheets[if lte IE 6][all][] = css/ie6.css
; Optionally add some JavaScripts to your theme.
; scripts[] = js/script.js
; The regions defined in Zen's default page.tpl.php file. The name in
; brackets is the name of the variable in the page.tpl.php file, (e.g.
; "[content_top]" in the .info file means there should be a $content_top
; 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 Zen's page.tpl.php to your sub-theme's directory,
; add a line line to this file, and then add the new variable to your
; page.tpl.php template.
regions[sidebar_first] = First sidebar
regions[sidebar_second] = Second sidebar
regions[navigation] = Navigation bar
regions[highlight] = Highlighted content
regions[content_top] = Content top
regions[content_bottom] = Content bottom
regions[header] = Header
regions[footer] = Footer
regions[page_closure] = Page closure
; 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
; Panels layouts. You can place multiple layouts under the "layouts" folder.
; plugins[panels][layouts] = layouts
; Information added by drupal.org packaging script on 2010-07-11
version = "6.x-5.x-dev"
core = "6.x"
project = "zen_ninesixty"
datestamp = "1278836444"