Current File : /pages/54/47/d0016649/home/htdocs/cd24/wp-content/themes/en-vision/functions.php |
<?php
/**
* Envision Multipurpose Theme - ThemeForest
* functions.php which does and tells WordPress to load CloudFW and the theme.
*
* (Ya-Settar, Ya-Gaffar, Ya-Fettâh)
* @author Wptation
* <email: help@wptation.com>
*
* @package WordPress
* @subpackage CloudFw
* @subpackage Envision
*/
defined( 'ABSPATH' ) || exit;
/** Defines */
if ( ! defined( 'TMP_PATH' ) ) {
define( 'TMP_PATH', get_template_directory() . '/' );
}
if ( ! defined( 'TMP_URL' ) ) {
define( 'TMP_URL', get_template_directory_uri() );
}
if ( ! defined( 'CLOUDFW_TMP_PATH' ) ) {
define( 'CLOUDFW_TMP_PATH', dirname( __FILE__ ) );
}
/**
* Load & Run CloudFw
*/
require TMP_PATH . '/cloudfw/cloudfw.loader.php';