diff --git a/functions.php b/functions.php index 5067672a..4649ce4b 100644 --- a/functions.php +++ b/functions.php @@ -34,7 +34,7 @@ function _s_setup() { /** * Custom functions that act independently of the theme templates */ - //require( get_template_directory() . '/inc/tweaks.php' ); + require( get_template_directory() . '/inc/extras.php' ); /** * Custom Theme Options diff --git a/inc/tweaks.php b/inc/extras.php similarity index 100% rename from inc/tweaks.php rename to inc/extras.php