fix center page content setting

This commit is contained in:
Mario Vavti 2015-05-04 15:58:49 +02:00
parent ad7a629b96
commit 08f799fff5

View File

@ -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')) {
echo file_get_contents('view/theme/redbasic/css/narrow_navbar.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) {