diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-05-04 15:58:49 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-05-04 15:58:49 +0200 |
commit | 08f799fff59b092711c96e4d19a733bb33a41544 (patch) | |
tree | 2b344d1a1f3f6ea4bc0696f133be908f21404514 /view/theme/redbasic/php/style.php | |
parent | ad7a629b96887a039d801b9aa2ab477d18e965f1 (diff) | |
download | volse-hubzilla-08f799fff59b092711c96e4d19a733bb33a41544.tar.gz volse-hubzilla-08f799fff59b092711c96e4d19a733bb33a41544.tar.bz2 volse-hubzilla-08f799fff59b092711c96e4d19a733bb33a41544.zip |
fix center page content setting
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 2d17e6d08..2133331c6 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -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) { |