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:
@@ -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
3
inc/roots-custom.php
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user