Skip to content

Instantly share code, notes, and snippets.

@resting
Created January 16, 2012 23:58
Show Gist options
  • Save resting/1623713 to your computer and use it in GitHub Desktop.
Save resting/1623713 to your computer and use it in GitHub Desktop.
Simple script that creates empty base files for Drupal 7 theme
touch thememe.info
touch style.css
touch page.tpl.php
touch region.tpl.php
touch block.tpl.php
touch node.tpl.php
touch comment-wrapper.tpl.php
touch comment.tpl.php
touch template.php
mkdir images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment