-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphysics.info
51 lines (38 loc) · 1.23 KB
/
physics.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
name = Physics
description = A Material Design based sub theme for Bootstrap.
core = 7.x
base theme = bootstrap
;;;;;;;;;;;;;;;;;;;;;
;; 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.min.css
stylesheets[all][] = css/material.min.css
; This will load all colors
; stylesheets[all][] = css/material-fullpalette.min.css
stylesheets[all][] = css/roboto.min.css
stylesheets[all][] = css/ripples.min.css
; ;;;;;;;;;;;;;;;;;;;;;
; ;; Scripts
; ;;;;;;;;;;;;;;;;;;;;;
scripts[] = 'js/bootstrap.min.js'
scripts[] = 'js/velocity.min.js'
scripts[] = 'js/ripples.min.js'
scripts[] = 'js/material.min.js'
scripts[] = 'js/plugins/classie.js'
scripts[] = 'js/plugins/fab.js'
scripts[] = 'js/custom.js'
; Disable BootstrapCDN if using Bootstrap source files in your sub-theme.
settings[bootstrap_cdn] = ''