]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-beg.php
Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / inc / modules / guest / what-beg.php
index 7dc84d0105ef1d1457008d0c4b423400d1c78d07..189792dd234f63e83b9d233a4945c46787db604c 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * 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 *
@@ -44,11 +44,11 @@ if (!defined('__SECURITY')) {
 addYouAreHereLink('guest', __FILE__);
 
 if ((!isExtensionActive('beg')) && (!isAdmin())) {
-       displayMessage(generateExtensionInactiveNotInstalledMessage('beg'));
+       displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=beg%}');
        return;
 } // END - if
 
-// @TODO No more needed? define('__BEG_UID_TIMEOUT', createFancyTime(getBegUseridTimeout()));
+// @TODO No more needed? define('__BEG_USERID_TIMEOUT', createFancyTime(getBegUseridTimeout()));
 
 // Load final template
 loadTemplate('guest_beg');