X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Faction-themes.php;h=b239377473165473b8fbdc69e15c49a67c125ff1;hp=00b6bf45f5685e14790427b412cc5ecbbdfaa10c;hb=d92d8b4ddd219b65df8e0bba5e4354c0bbfba5c9;hpb=e2cda4256059886cd7791d2751606856072c7cbc diff --git a/inc/modules/guest/action-themes.php b/inc/modules/guest/action-themes.php index 00b6bf45f5..b239377473 100644 --- a/inc/modules/guest/action-themes.php +++ b/inc/modules/guest/action-themes.php @@ -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, "
{--ADMIN_NO_THEME_INSTALLED_WARNING--}
"); + $OUT = '{--ADMIN_NO_THEME_INSTALLED_WARNING--}'; } // Load final box template