|
...
|
...
|
@@ -71,6 +71,12 @@ class ATemplateLogic extends BaseLogic |
|
|
|
$this->param['head_css'] = characterTruncation($this->param['html'],'/<style id="globalsojs-header">(.*?)<\/style>/s');
|
|
|
|
$this->param['main_css'] = characterTruncation($this->param['html'],'/<style id="globalsojs-styles">(.*?)<\/style>/s');
|
|
|
|
$this->param['footer_css'] = characterTruncation($this->param['html'],'/<style id="globalsojs-footer">(.*?)<\/style>/s');
|
|
|
|
if(isset($this->param['design_msg']) && !empty($this->param['design_msg'])){
|
|
|
|
$this->param['design_msg'] = json_encode($this->param['design_msg']);
|
|
|
|
}
|
|
|
|
if(isset($this->param['front_msg']) && !empty($this->param['front_msg'])){
|
|
|
|
$this->param['front_msg'] = json_encode($this->param['front_msg']);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* @remark :修改模块状态
|
...
|
...
|
|