-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdrupalsiete.info
executable file
·57 lines (41 loc) · 1.57 KB
/
drupalsiete.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
name = Project name
description = Custom theme for ..., developed by xxx (based on drupalsiete starter theme: https://github.com/sergiocerrutti/drupalsiete)
version = 1.0
core = 7.x
screenshot = img/screenshot.png
; THEME SETTINGS
; ***************************************************************************
features[] = name
features[] = favicon
features[] = main_menu
features[] = secondary_menu
; CSS
; ***************************************************************************
stylesheets[all][] = css/reset.css
stylesheets[all][] = css/styles.css
; JAVASCRIPT
; ***************************************************************************
scripts[] = js/scripts.js
; REGIONS
; ***************************************************************************
regions[page_top] = Page top
regions[header] = Header
regions[help] = Help
regions[highlighted] = Highlighted content
regions[content] = Main content
regions[sidebar_first] = Sidebar
regions[footer] = Footer
regions[page_bottom] = Page bottom
; CONTEXT LAYOUTS
; ***************************************************************************
layouts[default][name] = "Left sidebar (default)"
layouts[default][description] = "Content with left sidebar"
layouts[default][template] = "templates/layout/page"
layouts[default][regions][] = "page_top"
layouts[default][regions][] = "header"
layouts[default][regions][] = "help"
layouts[default][regions][] = "highlighted"
layouts[default][regions][] = "sidebar_first"
layouts[default][regions][] = "content"
layouts[default][regions][] = "footer"
layouts[default][regions][] = "page_bottom"