Projet

Général

Profil

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

root / drupal7 / sites / all / themes / bootstrap / starterkits / less / less.starterkit @ 4eeb3b46

1
name = 'THEMETITLE'
2
description = Uses the Bootstrap Framework Less source files and must be compiled (not for beginners).
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
;;;;;;;;;;;;;;;;;;;;;
31
;; Scripts
32
;;;;;;;;;;;;;;;;;;;;;
33

    
34
scripts[] = 'bootstrap/js/affix.js'
35
scripts[] = 'bootstrap/js/alert.js'
36
scripts[] = 'bootstrap/js/button.js'
37
scripts[] = 'bootstrap/js/carousel.js'
38
scripts[] = 'bootstrap/js/collapse.js'
39
scripts[] = 'bootstrap/js/dropdown.js'
40
scripts[] = 'bootstrap/js/modal.js'
41
scripts[] = 'bootstrap/js/tooltip.js'
42
scripts[] = 'bootstrap/js/popover.js'
43
scripts[] = 'bootstrap/js/scrollspy.js'
44
scripts[] = 'bootstrap/js/tab.js'
45
scripts[] = 'bootstrap/js/transition.js'
46

    
47
; Disable the CDN provider so compiled source files can be used.
48
settings[bootstrap_cdn] = ''