diff options
Diffstat (limited to 'themes/mantra/functions.php')
-rw-r--r-- | themes/mantra/functions.php | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/themes/mantra/functions.php b/themes/mantra/functions.php index c23cef67..ac65da81 100644 --- a/themes/mantra/functions.php +++ b/themes/mantra/functions.php @@ -1,26 +1,26 @@ -<?php
-/*
- * Functions file
- * Calls all other required files
- * PLEASE DO NOT EDIT THEME FILES - CREATE A CHILD THEME
- *
- * @package mantra
- */
-
-// theme specifics
-define ('_CRYOUT_THEME_NAME','mantra');
-define ('_CRYOUT_THEME_VERSION','2.5.0');
-
-require_once(get_template_directory() . "/admin/main.php"); // Load necessary admin files
-
-//Loading include fiels
-require_once(get_template_directory() . "/includes/theme-setup.php"); // Setup and init theme
-require_once(get_template_directory() . "/includes/theme-styles.php"); // Register and enqueue css styles and scripts
-require_once(get_template_directory() . "/includes/theme-loop.php"); // Loop related fiels
-require_once(get_template_directory() . "/includes/theme-frontpage.php"); // Frontpage generation
-require_once(get_template_directory() . "/includes/theme-comments.php"); // Theme comment functions
-require_once(get_template_directory() . "/includes/theme-functions.php"); // Theme misc functions
-require_once(get_template_directory() . "/includes/theme-hooks.php"); // Theme hooks
-require_once(get_template_directory() . "/includes/tgm.php"); // TGM-PA
-
-?>
\ No newline at end of file +<?php +/* + * Functions file + * Calls all other required files + * PLEASE DO NOT EDIT THEME FILES - CREATE A CHILD THEME + * + * @package mantra + */ + +// theme specifics +define ('_CRYOUT_THEME_NAME','mantra'); +define ('_CRYOUT_THEME_VERSION','2.6.0'); + +require_once(get_template_directory() . "/admin/main.php"); // Load necessary admin files + +//Loading include fiels +require_once(get_template_directory() . "/includes/theme-setup.php"); // Setup and init theme +require_once(get_template_directory() . "/includes/theme-styles.php"); // Register and enqueue css styles and scripts +require_once(get_template_directory() . "/includes/theme-loop.php"); // Loop related fiels +require_once(get_template_directory() . "/includes/theme-frontpage.php"); // Frontpage generation +require_once(get_template_directory() . "/includes/theme-comments.php"); // Theme comment functions +require_once(get_template_directory() . "/includes/theme-functions.php"); // Theme misc functions +require_once(get_template_directory() . "/includes/theme-hooks.php"); // Theme hooks +require_once(get_template_directory() . "/includes/tgm.php"); // TGM-PA + +?> |