Created
October 30, 2014 15:37
-
-
Save josephmosby/aa072e9a12e1dd0f092c to your computer and use it in GitHub Desktop.
Sample Drupal .info file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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