-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEXAMPLE.info
31 lines (28 loc) · 909 Bytes
/
EXAMPLE.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
name = EXAMPLE
description = Please provide a description for your theme.
base theme = omega
screenshot = screenshot.png
engine = phptemplate
core = 7.x
; ========================================
; Stylesheets
; ========================================
stylesheets[all][] = build/css/EXAMPLE.normalize.css
stylesheets[all][] = build/css/EXAMPLE.hacks.css
stylesheets[all][] = build/css/EXAMPLE.styles.css
; ========================================
; Scripts
; ========================================
scripts[] = build/js/functions.js
; ========================================
; Regions
; ========================================
regions[branding] = Branding
regions[header] = Header
regions[navigation] = Navigation
regions[highlighted] = Highlighted
regions[help] = Help
regions[content] = Content
regions[sidebar_first] = First Sidebar
regions[sidebar_second] = Second Sidebar
regions[footer] = Footer