正在显示
1 个修改的文件
包含
0 行增加
和
4 行删除
| @@ -604,10 +604,6 @@ class BTemplateLogic extends BaseLogic | @@ -604,10 +604,6 @@ class BTemplateLogic extends BaseLogic | ||
| 604 | $param['head_css'] = characterTruncation($param['html'],'/<style id="globalsojs-header">(.*?)<\/style>/s'); | 604 | $param['head_css'] = characterTruncation($param['html'],'/<style id="globalsojs-header">(.*?)<\/style>/s'); |
| 605 | $param['main_css'] = characterTruncation($param['html'],'/<style id="globalsojs-styles">(.*?)<\/style>/s'); | 605 | $param['main_css'] = characterTruncation($param['html'],'/<style id="globalsojs-styles">(.*?)<\/style>/s'); |
| 606 | $param['footer_css'] = characterTruncation($param['html'],'/<style id="globalsojs-footer">(.*?)<\/style>/s'); | 606 | $param['footer_css'] = characterTruncation($param['html'],'/<style id="globalsojs-footer">(.*?)<\/style>/s'); |
| 607 | - if(!isset($param['is_custom'])){ | ||
| 608 | - $param['is_custom'] = BTemplate::IS_NO_CUSTOM; | ||
| 609 | - } | ||
| 610 | - $param['type'] = BTemplate::PAGE_HTML;//不显示整个HTML | ||
| 611 | return $this->success($param); | 607 | return $this->success($param); |
| 612 | } | 608 | } |
| 613 | 609 |
-
请 注册 或 登录 后发表评论