check for variables in schemes
This commit is contained in:
parent
641029ab18
commit
e237dfc660
@ -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.
|
||||
|
Reference in New Issue
Block a user