Unhandled Error!

Undefined variable: current_theme

Document /modules/cms/system/combine_resources.php
Document type PHP document
Line 31
Exception class Phpr_PhpException

Code Highlight

	'frontend_styles'=>'/modules/cms/resources/css/frontend_css.css'
);
 
if (Cms_Theme::is_theming_enabled() && ($theme = Cms_Theme::get_active_theme()))
	$current_theme = $theme;
 
$allowed_dir = $current_theme ? $theme->get_resources_path() : '/'.Cms_SettingsManager::get()->resources_dir_path;
$allowed_paths = array(
	PATH_APP.$allowed_dir,
	PATH_APP.'/modules/cms/resources/javascript',
	PATH_APP.'/modules/cms/resources/css/'
);
 
# Call Stack Code Document Line
6 include('/home/littlemo/public_html/modules/cms/system/combine_resources.php') /modules/cms/init/init.php 10
5 include('/home/littlemo/public_html/modules/cms/init/init.php') /phproad/system/initialize.php 180
4 init_lemonstand_modules(()) /phproad/system/initialize.php 188
3 include('/home/littlemo/public_html/phproad/system/initialize.php') /phproad/system/phproad.php 24
2 include('/home/littlemo/public_html/phproad/system/phproad.php') /boot.php 114
1 require_once('/home/littlemo/public_html/boot.php') /index.php 3