|
|
|
@ -184,7 +184,7 @@ class Template |
|
|
|
|
|
|
|
|
|
// Setting administrator variables |
|
|
|
|
$this->setAdministratorParams(); |
|
|
|
|
$this->setCSSEditor(); |
|
|
|
|
//$this->setCSSEditor(); |
|
|
|
|
|
|
|
|
|
// Header and footer are showed by default |
|
|
|
|
$this->set_footer($show_footer); |
|
|
|
@ -649,12 +649,6 @@ class Template |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (is_file(api_get_path(SYS_CSS_PATH).$this->themeDir.'editor.css')) { |
|
|
|
|
$css[] = api_get_path(WEB_CSS_PATH).$this->themeDir.'editor.css'; |
|
|
|
|
} else { |
|
|
|
|
$css[] = api_get_cdn_path(api_get_path(WEB_CSS_PATH).'editor.css'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$css[] = api_get_cdn_path(api_get_path(WEB_CSS_PATH).$this->themeDir.'default.css'); |
|
|
|
|
|
|
|
|
|
$css_file_to_string = null; |
|
|
|
|