|
...
|
...
|
@@ -186,6 +186,8 @@ class CustomTemplateLogic extends BaseLogic |
|
|
|
$html = $commonInfo['head_css'].$html_style.$commonInfo['footer_css'].$commonInfo['other'].
|
|
|
|
$commonInfo['head_html'].$preg_html.$commonInfo['footer_html'];
|
|
|
|
}
|
|
|
|
var_dump($html);
|
|
|
|
die();
|
|
|
|
return $html;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|