| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- name = Bootstrap Sub-Theme (LESS)
- description = Uses the Bootstrap Framework LESS source files and must be compiled (not for beginners).
- 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/style.css
- ;;;;;;;;;;;;;;;;;;;;;
- ;; 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'
- ; Disable BootstrapCDN so the compiled LESS source files can be used.
- settings[bootstrap_cdn] = ''
|