diff --git a/functions.php b/functions.php index 8a6ff6a..2ca45c0 100644 --- a/functions.php +++ b/functions.php @@ -4,6 +4,7 @@ */ require_once locate_template('/lib/utils.php'); // Utility functions require_once locate_template('/lib/init.php'); // Initial theme setup and constants +require_once locate_template('/lib/wrapper.php'); // Theme wrapper class require_once locate_template('/lib/sidebar.php'); // Sidebar class require_once locate_template('/lib/config.php'); // Configuration require_once locate_template('/lib/activation.php'); // Theme activation diff --git a/lib/utils.php b/lib/utils.php index 4a663be..f818029 100644 --- a/lib/utils.php +++ b/lib/utils.php @@ -1,56 +1,4 @@