Updates to make roots dir/theme renameable

This commit is contained in:
Scott Walkinshaw
2011-03-30 20:27:51 -06:00
parent f03f744372
commit c6fdd5f320
4 changed files with 22 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
@@ -80,4 +83,4 @@ function roots_robots() {
echo "Allow: /assets";
}
?>
?>