-
Notifications
You must be signed in to change notification settings - Fork 1
/
vretheme.info
executable file
·149 lines (136 loc) · 6.36 KB
/
vretheme.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
; $Id: vretheme.info.txt,v 1.16.2.2 2010/06/26 16:05:31 johnalbin Exp $
; The name and description of the theme used on the admin/build/themes page.
name = VRE Theme - Basic
description = This is a table-less Zen sub-theme with very few colors.
; The screenshot used on the admin/build/themes page.
screenshot = 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 = zen
; 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.
; This is the base subtheme for zen, use the sub sub theme called designer
; to change the look, and/or use it as a base to create new sub sub themes or sub sub sub themes
; combined css - blocks.css and block-editing.css, block-editing-rtl has been changed to blocks-rtl.css
; views-styles.css and panels-styles.css have been commented out because they are empty
; wireframes.css has been commented out for now, this may come back
; tabs.css has been commented out, i prefer the standard styling for now
stylesheets[all][] = css/html-reset.css
stylesheets[all][] = css/typography.css
; stylesheets[all][] = css/wireframes.css
stylesheets[all][] = css/layout-fixed.css
stylesheets[all][] = css/page-backgrounds.css
stylesheets[all][] = css/tabs.css
stylesheets[all][] = css/messages.css
stylesheets[all][] = css/pages.css
stylesheets[all][] = css/blocks.css
stylesheets[all][] = css/navigation.css
; stylesheets[all][] = css/panels-styles.css
stylesheets[all][] = css/views-styles.css
stylesheets[all][] = css/jcarousel.css
stylesheets[all][] = css/nodes.css
stylesheets[all][] = css/comments.css
stylesheets[all][] = css/forms.css
; stylesheets[all][] = css/fields.css
stylesheets[print][] = css/print.css
stylesheets[all][] = css/superfish.css
stylesheets[all][] = css/islandora.css
; stylesheets[handheld][] = css/mobile.css
; stylesheets[only screen and (max-device-width: 480px)][] = css/iphone.css
; Set the conditional stylesheets that are processed by IE.
conditional-stylesheets[if lte IE 6][all][] = css/ie6.css
conditional-stylesheets[if lte IE 7][all][] = css/ie7.css
conditional-stylesheets[if IE][all][] = css/ie.css
; Optionally add some JavaScripts to your theme.
; scripts[] = js/script.js
scripts[] = js/jquery_example/jquery.example.min.js
scripts[] = js/searchtext.js
scripts[] = js/superfish.js
scripts[] = js/hoverIntent.js
; scripts[if IE 6] = js/jquery.pngFix.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] = Sidebar 1
regions[sidebar_second] = Sidebar 2
regions[topbar_top] = Topbar top
regions[topbar_left] = Topbar left
regions[topbar_right] = Topbar right
regions[header_first] = Header Left
regions[header_second] = Header Right
regions[header] = Header
regions[navigation] = Navigation bar
regions[navbar_right] = Navigation bar right
regions[feature] = Feature
regions[feature_right] = Feature right
regions[preface_first] = Preface 1
regions[preface_second] = Preface 2
regions[preface_third] = Preface 3
regions[preface_fourth] = Preface 4
regions[highlight] = Highlighted content
regions[content_top] = Content top
regions[content_top1] = Content top left
regions[content_top2] = Content top right
regions[content_bottom] = Content middle
regions[content_bottom] = Content bottom
regions[content_bottom1] = Content bottom 1
regions[content_bottom2] = Content bottom 2
regions[mainbottom_first] = Main Bottom 1
regions[mainbottom_second] = Main Bottom 2
regions[mainbottom_third] = Main Bottom 3
regions[mainbottom_fourth] = Main Bottom 4
regions[bottom_first] = Bottom 1
regions[bottom_second] = Bottom 2
regions[bottom_third] = Bottom 3
regions[bottom_fourth] = Bottom 4
regions[bottom_fifth] = Bottom 5
regions[bottom_sixth] = Bottom 6
regions[sidebar_footer] = Footer sidebar
regions[footer_preface_first] = Footer 1
regions[footer_preface_second] = Footer 2
regions[footer_preface_third] = Footer 3
regions[footer_preface_fourth] = Footer 4
regions[footer] = Footer bottom
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
; Set the default settings to be used in theme-settings.php
settings[zen_block_editing] = 1
settings[zen_breadcrumb] = yes
settings[zen_breadcrumb_separator] = ' › '
settings[zen_breadcrumb_home] = 1
settings[zen_breadcrumb_trailing] = 1
settings[zen_breadcrumb_title] = 0
settings[zen_rebuild_registry] = 0
settings[zen_wireframes] = 0