diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-19 17:20:16 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-19 17:20:16 +0100 |
commit | a185b555dcc6a701662a72566ed896402c63d3d0 (patch) | |
tree | 9711bd397e006afc58c3b50e18bc2325e2a914d8 /view/theme/redbasic | |
parent | b5823579838c4507dddd8764d0f26479f777695c (diff) | |
download | volse-hubzilla-a185b555dcc6a701662a72566ed896402c63d3d0.tar.gz volse-hubzilla-a185b555dcc6a701662a72566ed896402c63d3d0.tar.bz2 volse-hubzilla-a185b555dcc6a701662a72566ed896402c63d3d0.zip |
there are no vars to replace in converse_center.css
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/php/style.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 3c6a4f0b1..76fad1b18 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -388,7 +388,6 @@ 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')) { - $x = file_get_contents('view/theme/redbasic/css/converse_center.css'); echo str_replace(array_keys($options), array_values($options), $x); } |