正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -186,6 +186,8 @@ class CustomTemplateLogic extends BaseLogic | @@ -186,6 +186,8 @@ class CustomTemplateLogic extends BaseLogic | ||
| 186 | $html = $commonInfo['head_css'].$html_style.$commonInfo['footer_css'].$commonInfo['other']. | 186 | $html = $commonInfo['head_css'].$html_style.$commonInfo['footer_css'].$commonInfo['other']. |
| 187 | $commonInfo['head_html'].$preg_html.$commonInfo['footer_html']; | 187 | $commonInfo['head_html'].$preg_html.$commonInfo['footer_html']; |
| 188 | } | 188 | } |
| 189 | + var_dump($html); | ||
| 190 | + die(); | ||
| 189 | return $html; | 191 | return $html; |
| 190 | } | 192 | } |
| 191 | 193 |
-
请 注册 或 登录 后发表评论