Skip to content

Instantly share code, notes, and snippets.

@supakornkim
Created May 21, 2020 07:46
Show Gist options
  • Save supakornkim/51dffc666e45707d52d201618852d4f5 to your computer and use it in GitHub Desktop.
Save supakornkim/51dffc666e45707d52d201618852d4f5 to your computer and use it in GitHub Desktop.
name = mytheme
description = mytheme
core = 7.x
;;;;;;;;;;;;;;;;;;;;;
;; 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/font-awesome.min.css
stylesheets[all][] = vendors/elegant-icon/style.css
stylesheets[all][] = vendors/revolution/css/settings.css
stylesheets[all][] = vendors/revolution/css/layers.css
stylesheets[all][] = vendors/revolution/css/navigation.css
stylesheets[all][] = css/meanmenu.min.css
stylesheets[all][] = vendors/owl-carousel/owl.carousel.css
stylesheets[all][] = css/style.css
stylesheets[all][] = css/responsive.css
scripts[] = 'js/jquery-2.2.0.min.js'
scripts[] = 'js/bootstrap.min.js'
scripts[] = 'js/jquery.meanmenu.js'
scripts[] = 'js/gmaps.min.js'
scripts[] = 'js/google-map.js'
scripts[] = 'vendors/waypoint/waypoints.min.js'
scripts[] = 'vendors/couterup/jquery.counterup.min.js'
scripts[] = 'vendors/circle-progress/circle-progress.js'
scripts[] = 'vendors/revolution/js/jquery.themepunch.tools.min.js?rev=5.0'
scripts[] = 'vendors/revolution/js/jquery.themepunch.revolution.min.js?rev=5.0'
scripts[] = 'vendors/revolution/js/extensions/revolution.extension.video.min.js'
scripts[] = 'vendors/revolution/js/extensions/revolution.extension.slideanims.min.js'
scripts[] = 'vendors/revolution/js/extensions/revolution.extension.layeranimation.min.js'
scripts[] = 'vendors/revolution/js/extensions/revolution.extension.navigation.min.js'
scripts[] = 'vendors/owl-carousel/owl.carousel.min.js'
scripts[] = 'js/jquery.validate.min.js'
scripts[] = 'js/main.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment