Projet

Général

Profil

Paste
Télécharger (1,76 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / bootstrap / bootstrap_subtheme / bootstrap_subtheme.info.starterkit @ 87dbc3bf

1
name = Bootstrap Sub-theme
2
description = A Bootstrap Sub-theme.
3
core = 7.x
4
base theme = bootstrap
5

    
6

    
7
;;;;;;;;;;;;;;;;;;;;;
8
;; Regions
9
;;;;;;;;;;;;;;;;;;;;;
10

    
11
regions[navigation]     = 'Navigation'
12
regions[header]         = 'Top Bar'
13
regions[highlighted]    = 'Highlighted'
14
regions[help]           = 'Help'
15
regions[content]        = 'Content'
16
regions[sidebar_first]  = 'Primary'
17
regions[sidebar_second] = 'Secondary'
18
regions[footer]         = 'Footer'
19
regions[page_top]       = 'Page top'
20
regions[page_bottom]    = 'Page bottom'
21

    
22

    
23
;;;;;;;;;;;;;;;;;;;;;
24
;; Stylesheets
25
;;;;;;;;;;;;;;;;;;;;;
26

    
27
stylesheets[all][] = css/style.css
28

    
29

    
30
; For information on choosing the desired method, please read the Drupal
31
; Bootstrap sub-theme "how-to" documentation:
32
; https://drupal.org/node/1978010
33

    
34
; ;----------------------------------
35
; ; METHOD 1: Bootstrap Source Files
36
; ;----------------------------------
37
; 
38
; ;;;;;;;;;;;;;;;;;;;;;
39
; ;; Scripts
40
; ;;;;;;;;;;;;;;;;;;;;;
41
; 
42
; scripts[] = 'bootstrap/js/affix.js'
43
; scripts[] = 'bootstrap/js/alert.js'
44
; scripts[] = 'bootstrap/js/button.js'
45
; scripts[] = 'bootstrap/js/carousel.js'
46
; scripts[] = 'bootstrap/js/collapse.js'
47
; scripts[] = 'bootstrap/js/dropdown.js'
48
; scripts[] = 'bootstrap/js/modal.js'
49
; scripts[] = 'bootstrap/js/tooltip.js'
50
; scripts[] = 'bootstrap/js/popover.js'
51
; scripts[] = 'bootstrap/js/scrollspy.js'
52
; scripts[] = 'bootstrap/js/tab.js'
53
; scripts[] = 'bootstrap/js/transition.js'
54
;
55
; ; Disable BootstrapCDN if using Bootstrap source files in your sub-theme.
56
; settings[bootstrap_cdn] = ''
57

    
58

    
59
; ;-------------------------
60
; ; METHOD 2: Bootstrap CDN
61
; ;-------------------------
62
;
63
; Method 2 uses BootstrapCDN, the only thing you might need to provide here
64
; is overrides to Bootstrap theme settings. Copy them here from the base theme
65
; to override.