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