Fixes for broken order page and themes
[mailer.git] / inc / modules / guest / action-themes.php
index 00b6bf45f5685e14790427b412cc5ecbbdfaa10c..b239377473165473b8fbdc69e15c49a67c125ff1 100644 (file)
@@ -67,7 +67,7 @@ if ($num_themes > 1) {
        $OUT = loadTemplate('theme_one', true, getCurrentThemeName());
 } elseif (isAdmin()) {
        // If there is no theme installed and there's an admin notify him!
-       $OUT = loadTemplate('admin_settings_saved', true, "<div class=\"admin_note\">{--ADMIN_NO_THEME_INSTALLED_WARNING--}</div>");
+       $OUT = '{--ADMIN_NO_THEME_INSTALLED_WARNING--}';
 }
 
 // Load final box template