正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -97,6 +97,7 @@ class BTemplateLogic extends BaseLogic | @@ -97,6 +97,7 @@ class BTemplateLogic extends BaseLogic | ||
| 97 | } | 97 | } |
| 98 | $html = $commonInfo['head_css'].$mainInfo['main_css'].$commonInfo['footer_css'].$commonInfo['other']. | 98 | $html = $commonInfo['head_css'].$mainInfo['main_css'].$commonInfo['footer_css'].$commonInfo['other']. |
| 99 | $commonInfo['head_html'].$mainInfo['main_html'].$commonInfo['footer_html']; | 99 | $commonInfo['head_html'].$mainInfo['main_html'].$commonInfo['footer_html']; |
| 100 | + $html = $this->getHeadFooter($html); | ||
| 100 | return ['html'=>$html,'template_id'=>$settingInfo['template_id']]; | 101 | return ['html'=>$html,'template_id'=>$settingInfo['template_id']]; |
| 101 | } | 102 | } |
| 102 | 103 |
-
请 注册 或 登录 后发表评论