作者 lyh

gx

@@ -231,7 +231,7 @@ class BTemplateLogic extends BaseLogic @@ -231,7 +231,7 @@ class BTemplateLogic extends BaseLogic
231 'head_css'=>$param['head_css'], 231 'head_css'=>$param['head_css'],
232 'footer_html'=>$param['footer_html'], 232 'footer_html'=>$param['footer_html'],
233 'footer_css'=>$param['footer_css'], 233 'footer_css'=>$param['footer_css'],
234 - 'other'=>str_replace('<header','',characterTruncation($param['html'],'/<link id="google-fonts-link"\b[^>]*>(.*?)header/s')), 234 + 'other'=>str_replace('<header','',characterTruncation($param['html'],'/<link id="google-fonts-link"\b[^>]*>(.*?)<header/s')),
235 ]; 235 ];
236 if($info === false){ 236 if($info === false){
237 $data['template_id'] = $param['template_id']; 237 $data['template_id'] = $param['template_id'];