aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-05 00:50:25 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-05 00:50:25 -0700
commit63823be5fc7d71c2c914575cea1bdc3bf161d4f8 (patch)
tree42ca7c18de631ca712a4834214bcf90689e13f25 /view/theme
parentfd79c598657d2b575d9cb697e0f77fe469b82a95 (diff)
parent15fc4d05ece45e236c1cab3947d53f50753c3c16 (diff)
downloadvolse-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')
-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) {