diff --git a/source/theme.engine/usr/local/emhttp/plugins/theme.engine/ThemeEngine.page b/source/theme.engine/usr/local/emhttp/plugins/theme.engine/ThemeEngine.page
index 1ad6da7..98526d5 100644
--- a/source/theme.engine/usr/local/emhttp/plugins/theme.engine/ThemeEngine.page
+++ b/source/theme.engine/usr/local/emhttp/plugins/theme.engine/ThemeEngine.page
@@ -403,12 +403,12 @@ Custom color base0F:
Custom styling (advanced):
-:
+:
-: Export to Saved Themes
+: Export to Saved Themes
: Download current confirguration as Zip File (Apply changes first)
diff --git a/source/theme.engine/usr/local/emhttp/plugins/theme.engine/include.php b/source/theme.engine/usr/local/emhttp/plugins/theme.engine/include.php
index 86cff9b..f516eec 100644
--- a/source/theme.engine/usr/local/emhttp/plugins/theme.engine/include.php
+++ b/source/theme.engine/usr/local/emhttp/plugins/theme.engine/include.php
@@ -136,8 +136,8 @@
if ($ThemeEngine['customstyle'] == "1") {
- if ( is_file("/boot/config/plugins/theme.engine/themes/${ThemeEngine['themename']}-${display['theme']}.css") ) {
- include "/boot/config/plugins/theme.engine/themes/${ThemeEngine['themename']}-${display['theme']}.css";
+ if ( is_file("/boot/config/plugins/theme.engine/themes/{$ThemeEngine['themename']}-{$display['theme']}.css") ) {
+ include "/boot/config/plugins/theme.engine/themes/{$ThemeEngine['themename']}-{$display['theme']}.css";
}
}