there are no vars to replace in converse_center.css
This commit is contained in:
parent
b582357983
commit
a185b555dc
@ -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');
|
echo file_get_contents('view/theme/redbasic/css/narrow_navbar.css');
|
||||||
}
|
}
|
||||||
if($converse_center && file_exists('view/theme/redbasic/css/converse_center.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);
|
echo str_replace(array_keys($options), array_values($options), $x);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user