aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-05 19:24:35 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-05 19:24:35 -0700
commit245080a6d7b86ad2a94c62b02a8591bc70b99632 (patch)
tree4eb0980a97aa6732e0d2857994b9caed84099c69 /view/theme/redbasic/php/style.php
parentf559c91b7a7ff3e3e3bfd1ce430ce5b5615c07ea (diff)
parent15fc4d05ece45e236c1cab3947d53f50753c3c16 (diff)
downloadvolse-hubzilla-245080a6d7b86ad2a94c62b02a8591bc70b99632.tar.gz
volse-hubzilla-245080a6d7b86ad2a94c62b02a8591bc70b99632.tar.bz2
volse-hubzilla-245080a6d7b86ad2a94c62b02a8591bc70b99632.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php3
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) {