Merge branch 'master' of https://github.com/swalkinshaw/roots into swalkinshaw-c6fdd5f

This commit is contained in:
Ben Word
2011-03-30 20:39:11 -06:00
4 changed files with 21 additions and 11 deletions

View File

@@ -1,5 +1,8 @@
<?php
//get active theme directory name (lets you rename roots)
$theme_name = next(explode('/themes/', get_template_directory()));
include_once('includes/roots-activation.php'); // activation
include_once('includes/roots-admin.php'); // admin additions/mods
include_once('includes/roots-options.php'); // theme options menu
@@ -72,4 +75,4 @@ function roots_robots() {
echo "Allow: /assets";
}
?>
?>