正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -571,7 +571,7 @@ class BTemplateLogic extends BaseLogic | @@ -571,7 +571,7 @@ class BTemplateLogic extends BaseLogic | ||
| 571 | $main_style = "<style id='globalsojs-styles'></style>"; | 571 | $main_style = "<style id='globalsojs-styles'></style>"; |
| 572 | }else{ | 572 | }else{ |
| 573 | $main_html = $mainInfo['main_html']; | 573 | $main_html = $mainInfo['main_html']; |
| 574 | - $main_style = $mainInfo['main_style']; | 574 | + $main_style = $mainInfo['main_css']; |
| 575 | } | 575 | } |
| 576 | $html = $commonInfo['head_css'].$main_style.$commonInfo['footer_css'].$commonInfo['other']. | 576 | $html = $commonInfo['head_css'].$main_style.$commonInfo['footer_css'].$commonInfo['other']. |
| 577 | $commonInfo['head_html'].$main_html.$commonInfo['footer_html']; | 577 | $commonInfo['head_html'].$main_html.$commonInfo['footer_html']; |
-
请 注册 或 登录 后发表评论