Current File : /pages/54/47/d0016649/home/htdocs/cd24/wp-content/themes/en-vision/includes/theme/theme.configs.php |
<?php
/**
* Theme Configs
*/
$the_theme = wp_get_theme();
$template = $the_theme->get('Template');
$version = is_child_theme() && !empty($template) ? wp_get_theme( $template )->get('Version') : $the_theme->get('Version');
define( 'CLOUDFW_THEMEVERSION', $version );
define( 'CLOUDFW_THEMENAME', $the_theme->get('Name') );
define( 'CLOUDFW_THEMEKEY', 'envision' ); // DO NOT change the theme key
define( 'PFIX', apply_filters('cloudfw_pfix','env') );
define( 'CLOUDFW_THEMEID', 'envision' );
define( 'CLOUDFW_MINPHPVERSION','5.6' );
define( 'CLOUDFW_MINWPVERSION', '4.0' );
define( 'CLOUDFW_ITEMPAGE', 'http://themeforest.net/item/envision-responsive-retina-multipurpose-theme/5928018/' );
define( 'CLOUDFW_ITEMDOC', 'http://docs.wptation.com/envision/' );
/** Define global content width */
global $content_width;
$content_width = 960;