Skip to content

Instantly share code, notes, and snippets.

@josephmosby
Created October 30, 2014 15:37
Show Gist options
  • Save josephmosby/aa072e9a12e1dd0f092c to your computer and use it in GitHub Desktop.
Save josephmosby/aa072e9a12e1dd0f092c to your computer and use it in GitHub Desktop.
Sample Drupal .info file
name = Sample
description = A Sample theme.
core = 7.x
stylesheets[all][] = css/bootstrap.min.css
stylesheets[all][] = css/bootstrap-theme.min.css
stylesheets[all][] = css/style.css
scripts[] = JS/bootstrap.min.js
regions[sm_icons_top] = SM Icons Top
regions[links_top] = Links Top
regions[main_menu] = Main Menu
regions[secondary_menu] = Secondary Menu
regions[content] = Content
regions[introduction] = Introduction
regions[box_one] = Box One
regions[box_two] = Box Two
regions[box_three] = Box Three
regions[follow_us] = Follow Us
regions[logos] = Logos
regions[footer_menu] = Footer Menu
regions[footer_copyright] = Footer Copyright
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment