adding a blank roots-custom.php file so you can quickly add custom

functions without messing with functions.php (there will be some cleanup
to functions.php soon)
This commit is contained in:
Ben Word
2011-05-25 23:23:32 -06:00
parent 1543fe0373
commit c2f44c8422
2 changed files with 5 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ include_once('inc/roots-admin.php'); // admin additions/mods
include_once('inc/roots-options.php'); // theme options menu include_once('inc/roots-options.php'); // theme options menu
include_once('inc/roots-ob.php'); // output buffer include_once('inc/roots-ob.php'); // output buffer
include_once('inc/roots-cleanup.php'); // code cleanup/removal include_once('inc/roots-cleanup.php'); // code cleanup/removal
include_once('inc/roots-htaccess.php'); // h5bp htaccess include_once('inc/roots-htaccess.php'); // h5bp htaccess
include_once('inc/roots-custom.php'); // custom functions
// set the value of the main container class depending on the selected grid framework // set the value of the main container class depending on the selected grid framework
$roots_css_framework = get_option('roots_css_framework'); $roots_css_framework = get_option('roots_css_framework');

3
inc/roots-custom.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
?>