]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-stats.php
www is out-dated
[mailer.git] / inc / modules / member / action-stats.php
index 75391800d1a4e184f1d94870a622a267f1b6507d..281b4e6fd01fe3bc60c73426d3ed17204610e1a9 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Add description as navigation point
-addMenuDescription('member', __FILE__);
+addYouAreHereLink('member', __FILE__);
 
 // Load the include file
 $inc = sprintf("inc/modules/member/what-%s.php", getWhat());
@@ -54,7 +54,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the member action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, getMaskedMessage('MEMBER_404_WHAT', getWhat()));
+       addFatalMessage(__FILE__, __LINE__, '{--MEMBER_WHAT_404--}');
 }
 
 // [EOF]