check for variables in schemes

This commit is contained in:
Mario Vavti 2016-07-16 12:32:22 +02:00
parent 641029ab18
commit e237dfc660

View File

@ -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.