X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-themes.php;h=22a22725ce689e01582105319a2daabe5a464118;hp=7dadc2abda6f14e8914f1332b27e45a3de0dc9ad;hb=d92d8b4ddd219b65df8e0bba5e4354c0bbfba5c9;hpb=e2cda4256059886cd7791d2751606856072c7cbc diff --git a/inc/modules/member/action-themes.php b/inc/modules/member/action-themes.php index 7dadc2abda..22a22725ce 100644 --- a/inc/modules/member/action-themes.php +++ b/inc/modules/member/action-themes.php @@ -68,7 +68,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