]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-wernis_portal.php
Important notice added
[mailer.git] / inc / modules / guest / what-wernis_portal.php
index 813425e464cb487b5196ba1d265b436d01e01ca4..9365dd9f4a8b697db6da99d59a74228fd1bf2c37 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 *
@@ -47,7 +47,7 @@ loadIncludeOnce('inc/classes/rdf.class.php');
 addYouAreHereLink('guest', __FILE__);
 
 if ((!isExtensionActive('wernis')) && (!isAdmin())) {
-       displayMessage(generateExtensionInactiveNotInstalledMessage('wernis'));
+       displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=wernis%}');
        return;
 } // END - if