tag * * @package Allo * @since 1.0 */ require TL_ALLO_TEMPLATE_DIR . '/inc/frontend/header.php'; /** * Include Footer Script, * * @package Allo * @since 1.0 */ require TL_ALLO_TEMPLATE_DIR . '/inc/frontend/footer.php'; /** * Include WordPress Overwrite Functions * * @package Allo * @since 1.0 */ require TL_ALLO_TEMPLATE_DIR . '/inc/functions/wordpress-override.php'; /** * Include AJAX Functions * * @package Allo * @since 1.0 */ require TL_ALLO_TEMPLATE_DIR . '/inc/functions/ajax-functions.php'; /** * Include Aqua Resizer for Image resize Script * * @package Allo * @since 1.0 */ require TL_ALLO_TEMPLATE_DIR . '/inc/libs/aqua-resizer-master/aq_resizer.php'; /** * Include WooCommerce Template Overwrite function * * @package Allo * @since 1.0 */ require TL_ALLO_TEMPLATE_DIR . '/woocommerce/woo-functions.php'; /** * Include Custom Widget * * @package Allo * @since 1.0 */ require TL_ALLO_TEMPLATE_DIR . '/inc/widgets/widgets.php';