fix center page content setting
This commit is contained in:
parent
ad7a629b96
commit
08f799fff5
@ -311,8 +311,9 @@ echo str_replace(array_keys($options), array_values($options), $x);
|
|||||||
if($narrow_navbar && file_exists('view/theme/redbasic/css/narrow_navbar.css')) {
|
if($narrow_navbar && file_exists('view/theme/redbasic/css/narrow_navbar.css')) {
|
||||||
echo file_get_contents('view/theme/redbasic/css/narrow_navbar.css');
|
echo file_get_contents('view/theme/redbasic/css/narrow_navbar.css');
|
||||||
}
|
}
|
||||||
|
|
||||||
if($converse_center && file_exists('view/theme/redbasic/css/converse_center.css')) {
|
if($converse_center && file_exists('view/theme/redbasic/css/converse_center.css')) {
|
||||||
echo str_replace(array_keys($options), array_values($options), $x);
|
echo file_get_contents('view/theme/redbasic/css/converse_center.css');
|
||||||
}
|
}
|
||||||
|
|
||||||
if($schemecss) {
|
if($schemecss) {
|
||||||
|
Reference in New Issue
Block a user