From c2f44c84228352920470ff5a09f00e109e339b01 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 25 May 2011 23:23:32 -0600 Subject: [PATCH] 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) --- functions.php | 3 ++- inc/roots-custom.php | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 inc/roots-custom.php diff --git a/functions.php b/functions.php index b99d876..f841363 100644 --- a/functions.php +++ b/functions.php @@ -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-ob.php'); // output buffer 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 $roots_css_framework = get_option('roots_css_framework'); diff --git a/inc/roots-custom.php b/inc/roots-custom.php new file mode 100644 index 0000000..15c5adc --- /dev/null +++ b/inc/roots-custom.php @@ -0,0 +1,3 @@ + \ No newline at end of file