This is New Media Campaigns' boilerplate Drupal 7 theme. It contains the bare necessities to install and activate it in your Drupal website. There is little else. We prefer to build our Drupal themes from the ground up rather than extend an existing Drupal parent theme.
Download or clone this repository into your Drupal themes directory, usually located
at public/sites/all/themes/
. Rename the theme folder using the same
short name used for the theme.info
file described next.
You should rename the theme.info
file based on your desired theme name. For example,
if your theme name will be "foobar", you should rename this file to foobar.info
. Your
theme name should contain only letters and numbers.
After you rename the .info
file, you should update its content.
- Change the name property;
- Change the description property;
- Change the theme regions if necessary;
- Change the theme stylesheets and scripts if necessary;
You should also provide your own theme screenshot. This image should be exactly 249x219 pixels and named "screenshot.png".
MIT Public License