diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. |