Merge branch 'master' of https://github.com/swalkinshaw/roots into swalkinshaw-c6fdd5f
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user