X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_edit.php;h=4ec63876774f53052e26b7f93b4b39b44a5e0196;hp=0feb999a63e73285300beeaac3adb29d15bad5c2;hb=bfbf712685680761babfd9ea059a224a4aa244bf;hpb=3608f72d51e8126720024704398cf738e61f890b diff --git a/inc/modules/admin/what-theme_edit.php b/inc/modules/admin/what-theme_edit.php index 0feb999a63..4ec6387677 100644 --- a/inc/modules/admin/what-theme_edit.php +++ b/inc/modules/admin/what-theme_edit.php @@ -131,11 +131,11 @@ if (SQL_NUMROWS($result) > 0) { SQL_FREERESULT($result); } else { // No themes found??? - $OUT .= " - + $OUT .= " + ".LOAD_TEMPLATE("admin_settings_saved", true, ADMIN_NO_THEMES_FOUND)." - -\n"; + +\n"; } define('__THEME_LIST', $OUT);