forked from cbeier/drupal-theme-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrupal_theme_boilerplate.info
47 lines (38 loc) · 1.13 KB
/
drupal_theme_boilerplate.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
name = Drupal Theme Boilerplate
description = A Boilerplate for Drupal Theme
core = 7.x
engine = phptemplate
; Parent/Base Theme
; @see http://drupal.org/node/225125
;
; base theme = themeName
; REGIONS
;--------------------------------------------------------------------------------------
; Required
regions[page_top] = Page Top
regions[content] = Content
regions[page_bottom] = Page Bottom
; Core
;regions[header] = Header
regions[highlighted] = Highlight
regions[help] = Help
regions[sidebar_first] = Sidebar First
regions[sidebar_second] = Sidebar Second
regions[footer] = Footer
; Custom
; STYLESHEETS
;--------------------------------------------------------------------------------------
; It is better to add theme stylesheet via the drupal_add_css() function in the template.php
; FEATURES
;--------------------------------------------------------------------------------------
; Supported
features[] = favicon
features[] = name
features[] = slogan
features[] = logo
features[] = main_menu
; Unsupported
featured[] = secondary_menu
featured[] = node_user_picture
featured[] = comment_user_picture
featured[] = comment_user_verification