|
...
|
...
|
@@ -571,7 +571,7 @@ class BTemplateLogic extends BaseLogic |
|
|
|
$main_style = "<style id='globalsojs-styles'></style>";
|
|
|
|
}else{
|
|
|
|
$main_html = $mainInfo['main_html'];
|
|
|
|
$main_style = $mainInfo['main_style'];
|
|
|
|
$main_style = $mainInfo['main_css'];
|
|
|
|
}
|
|
|
|
$html = $commonInfo['head_css'].$main_style.$commonInfo['footer_css'].$commonInfo['other'].
|
|
|
|
$commonInfo['head_html'].$main_html.$commonInfo['footer_html'];
|
...
|
...
|
|