diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-05 00:50:25 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-05 00:50:25 -0700 |
commit | 63823be5fc7d71c2c914575cea1bdc3bf161d4f8 (patch) | |
tree | 42ca7c18de631ca712a4834214bcf90689e13f25 /view/theme/redbasic/php/style.php | |
parent | fd79c598657d2b575d9cb697e0f77fe469b82a95 (diff) | |
parent | 15fc4d05ece45e236c1cab3947d53f50753c3c16 (diff) | |
download | volse-hubzilla-63823be5fc7d71c2c914575cea1bdc3bf161d4f8.tar.gz volse-hubzilla-63823be5fc7d71c2c914575cea1bdc3bf161d4f8.tar.bz2 volse-hubzilla-63823be5fc7d71c2c914575cea1bdc3bf161d4f8.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
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) { |