-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap_mmoda.info
42 lines (32 loc) · 1 KB
/
bootstrap_mmoda.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
name = Bootstrap mmoda
description = Uses the Bootstrap Framework Sass source files and must be compiled (not for beginners).
core = 7.x
base theme = bootstrap
php = 7.1.0
;;;;;;;;;;;;;;;;;;;;;
;; Regions
;;;;;;;;;;;;;;;;;;;;;
regions[navigation] = 'Navigation'
regions[header] = 'Top Bar'
regions[highlighted] = 'Highlighted'
regions[help] = 'Help'
regions[content] = 'Content'
regions[sidebar_first] = 'Primary'
regions[sidebar_second] = 'Secondary'
regions[footer] = 'Footer'
regions[page_top] = 'Page top'
regions[page_bottom] = 'Page bottom'
;;;;;;;;;;;;;;;;;;;;;
;; Stylesheets
;;;;;;;;;;;;;;;;;;;;;
stylesheets[all][] = css/bootstrap.css
stylesheets[all][] = css/style.css
;stylesheets[all][] = css/theme.css
;stylesheets[all][] = css/theme-elements.css
stylesheets[all][] = css/skin.css
stylesheets[all][] = fontawesome/css/font-awesome.min.css
stylesheets[all][] = css/custom.css
;;;;;;;;;;;;;;;;;;;;;
;; Scripts
;;;;;;;;;;;;;;;;;;;;;
scripts[] = js/custom.js