THEMENAME.starterkit 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. name = 'THEMETITLE'
  2. description = 'A Drupal Bootstrap 3 based sub-theme.'
  3. core = 7.x
  4. base theme = bootstrap
  5. php = 5.3.0
  6. ;;;;;;;;;;;;;;;;;;;;;
  7. ;; Regions
  8. ;;;;;;;;;;;;;;;;;;;;;
  9. regions[navigation] = 'Navigation'
  10. regions[header] = 'Top Bar'
  11. regions[highlighted] = 'Highlighted'
  12. regions[help] = 'Help'
  13. regions[content] = 'Content'
  14. regions[sidebar_first] = 'Primary'
  15. regions[sidebar_second] = 'Secondary'
  16. regions[footer] = 'Footer'
  17. regions[page_top] = 'Page top'
  18. regions[page_bottom] = 'Page bottom'
  19. ;;;;;;;;;;;;;;;;;;;;;
  20. ;; Stylesheets
  21. ;;;;;;;;;;;;;;;;;;;;;
  22. stylesheets[all][] = css/style.css
  23. ;;;;;;;;;;;;;;;;;;;;;
  24. ;; Scripts
  25. ;;;;;;;;;;;;;;;;;;;;;
  26. ; Uncomment the following scripts if using Less source JavaScript files.
  27. ;scripts[] = 'bootstrap/js/affix.js'
  28. ;scripts[] = 'bootstrap/js/alert.js'
  29. ;scripts[] = 'bootstrap/js/button.js'
  30. ;scripts[] = 'bootstrap/js/carousel.js'
  31. ;scripts[] = 'bootstrap/js/collapse.js'
  32. ;scripts[] = 'bootstrap/js/dropdown.js'
  33. ;scripts[] = 'bootstrap/js/modal.js'
  34. ;scripts[] = 'bootstrap/js/tooltip.js'
  35. ;scripts[] = 'bootstrap/js/popover.js'
  36. ;scripts[] = 'bootstrap/js/scrollspy.js'
  37. ;scripts[] = 'bootstrap/js/tab.js'
  38. ;scripts[] = 'bootstrap/js/transition.js'
  39. ; Uncomment the following scripts if using Sass source JavaScript files.
  40. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/affix.js'
  41. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/alert.js'
  42. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/button.js'
  43. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/carousel.js'
  44. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/collapse.js'
  45. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/dropdown.js'
  46. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/modal.js'
  47. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/tooltip.js'
  48. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/popover.js'
  49. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/scrollspy.js'
  50. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/tab.js'
  51. ;scripts[] = 'bootstrap/assets/javascripts/bootstrap/transition.js'
  52. ;;;;;;;;;;;;;;;;;;;;;
  53. ;; Theme Settings
  54. ;;;;;;;;;;;;;;;;;;;;;
  55. ; Uncomment if using Sass or Less source files. This disables the CDN provider
  56. ; so compiled source files can be used instead.
  57. ;settings[bootstrap_cdn_provider] = ''