X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Faction-themes.php;h=4733e5f45a0b738f229cfae3d43315c56cb605c0;hb=4c221b6350439b8f91db58f142f03f79014f2eaf;hp=9528e42356a286b1ee574a1423bb8e640f2bbe2f;hpb=c55f32083a0e0a97b2ba94ec3511f48067b9a64f;p=mailer.git diff --git a/inc/modules/guest/action-themes.php b/inc/modules/guest/action-themes.php index 9528e42356..4733e5f45a 100644 --- a/inc/modules/guest/action-themes.php +++ b/inc/modules/guest/action-themes.php @@ -44,7 +44,7 @@ if (!defined('__SECURITY')) { } if ((!isExtensionActive('theme')) && (!isAdmin())) { - loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('theme')); + displayMessage(generateExtensionInactiveNotInstalledMessage('theme')); return; } // END - if