X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fguest%2Faction-main.php;h=8a946cf7881b32e50c51489cac7f3284434f4907;hb=e8ca54fe91872ab95a6ffdc4f1268bf18889021d;hp=e698f0e7ac70a8d0c767b9f122da979c160cbc4a;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/modules/guest/action-main.php b/inc/modules/guest/action-main.php index e698f0e7ac..8a946cf788 100644 --- a/inc/modules/guest/action-main.php +++ b/inc/modules/guest/action-main.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -46,7 +44,7 @@ if (!defined('__SECURITY')) { } // Add description as navigation point -addMenuDescription('guest', __FILE__); +addYouAreHereLink('guest', __FILE__); // Load the include file $inc = sprintf("inc/modules/guest/what-%s.php", getWhat()); @@ -54,7 +52,7 @@ if (isIncludeReadable($inc)) { // Ok, we finally load the guest action module loadInclude($inc); } else { - addFatalMessage(__FILE__, __LINE__, getMessage('GUEST_404_WHAT'), getWhat()); + addFatalMessage(__FILE__, __LINE__, '{--GUEST_404_WHAT--}', getWhat()); } // [EOF]