From e237dfc660b7f3e7115dfb995479492b5cd2337f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 16 Jul 2016 12:32:22 +0200 Subject: check for variables in schemes --- view/theme/redbasic/php/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 83c35935a..2d6ee38c5 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -213,7 +213,7 @@ if($align_left && file_exists('view/theme/redbasic/css/align_left.css')) { } if($schemecss) { - echo $schemecss; + echo str_replace(array_keys($options), array_values($options), $schemecss); } // Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this. -- cgit v1.2.3