-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlevelup.info
executable file
·56 lines (51 loc) · 1.6 KB
/
levelup.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
name = Level Up
description = A Bootstrap Sub-theme.
core = 7.x
base theme = bootstrap
; Regions
regions[topics] = 'Topics'
regions[navigation] = 'Navigation'
regions[header] = 'Top Bar'
regions[highlighted] = 'Highlighted'
regions[breadcrumb] = 'Breadcrumb'
regions[help] = 'Help'
regions[content] = 'Content'
regions[sidebar_first] = 'Primary'
regions[sidebar_second] = 'Secondary'
regions[footer] = 'Footer'
; Stylesheets
stylesheets[all][] = css/style.css
stylesheets[all][] = css/overrides.css
;**********************************
; METHOD 1: Bootstrap Source Files
;**********************************
;
; ; Scripts
;
scripts[] = 'bootstrap/js/affix.js'
scripts[] = 'bootstrap/js/alert.js'
scripts[] = 'bootstrap/js/button.js'
scripts[] = 'bootstrap/js/carousel.js'
scripts[] = 'bootstrap/js/collapse.js'
scripts[] = 'bootstrap/js/dropdown.js'
scripts[] = 'bootstrap/js/modal.js'
scripts[] = 'bootstrap/js/tooltip.js'
scripts[] = 'bootstrap/js/popover.js'
scripts[] = 'bootstrap/js/scrollspy.js'
scripts[] = 'bootstrap/js/tab.js'
scripts[] = 'bootstrap/js/transition.js'
scripts[] = 'js/theme.js'
; Settings inherited by base theme, uncomment to override.
settings[toggle_name] = 0
settings[toggle_search] = 1
; Disable the CDN as we are using our own source files.
settings[bootstrap_cdn] = ''
;*************************
; METHOD 2: Bootstrap CDN
;*************************
;
; Settings inherited by base theme, uncomment to override.
;settings[toggle_name] = 0
;settings[toggle_search] = 1
;settings[cdn_bootstrap] = 1
;settings[bootstrap_cdn] = 3.0.0