|
...
|
...
|
@@ -350,7 +350,7 @@ class BTemplateLogic extends BaseLogic |
|
|
|
*/
|
|
|
|
public function getCustomizeTemplateComHtml($type,$is_custom,$is_list,$template_id = 0){
|
|
|
|
$data = ['head_html'=>'','head_style'=>'','footer_html'=>'','footer_style'=>'','other'=>''];
|
|
|
|
$param = ['template_id'=>$template_id,'project_id'=>$this->user['project_id'],'source'=>$type,'is_custom'=>$is_custom,'is_list'=>$is_list];
|
|
|
|
$param = ['template_id'=>$template_id,'source'=>$type,'is_custom'=>$is_custom,'is_list'=>$is_list];
|
|
|
|
$commonTemplateModel = new BTemplateCom();
|
|
|
|
$commonList = $commonTemplateModel->list($param);
|
|
|
|
if(!empty($commonList)){
|
...
|
...
|
|