From a185b555dcc6a701662a72566ed896402c63d3d0 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 19 Mar 2015 17:20:16 +0100 Subject: there are no vars to replace in converse_center.css --- view/theme/redbasic/php/style.php | 1 - 1 file changed, 1 deletion(-) (limited to 'view') 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); } -- cgit v1.2.3