]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-admin.php
Way more usage of EL code:
[mailer.git] / inc / modules / guest / action-admin.php
index 522adb9f4cbff68335bca498b4a252383307e3f8..79ce693926274f7f983395c7b2526e9718b52fa7 100644 (file)
@@ -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,7 +44,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Add description as navigation point
-addMenuDescription('guest', __FILE__);
+addYouAreHereLink('guest', __FILE__);
 
 // Only when one admin link is clicked...
 $inc = sprintf("inc/modules/guest/what-%s.php", getWhat());
@@ -52,7 +52,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the guest action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, '{--GUEST_404_WHAT--}', getWhat());
+       addFatalMessage(__FILE__, __LINE__, '{--GUEST_WHAT_404--}');
 }
 
 // [EOF]