X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Faction-;h=840262730f7c8e99bf997c477f09ef84c5eb5811;hb=330dbb3e2b34450cd1665497506455e195a0a166;hp=ba0e88c9a6d4a07417f8b0c8da87cb77e360fb2d;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/inc/modules/guest/action- b/inc/modules/guest/action- index ba0e88c9a6..840262730f 100644 --- a/inc/modules/guest/action- +++ b/inc/modules/guest/action- @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -44,10 +44,10 @@ if (!defined('__SECURITY')) { } // Add description as navigation point -addMenuDescription('guest', __FILE__); +addYouAreHereLink('guest', __FILE__); if ((!isExtensionActive('')) && (!isAdmin())) { - loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('')); + displayMessage(generateExtensionInactiveNotInstalledMessage('')); return; } @@ -57,7 +57,7 @@ if (isIncludeReadable($inc)) { // Ok, we finally load the guest action module loadInclude($inc); } else { - addFatalMessage(__FILE__, __LINE__, getMaskedMessage('GUEST_LOCKED_ACTION', getWhat())); + addFatalMessage(__FILE__, __LINE__, '{--GUEST_WHAT_404--}'); } // [EOF]