]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-themes.php
Fixed referral system (hopefully for good)
[mailer.git] / inc / modules / guest / action-themes.php
index 4733e5f45a0b738f229cfae3d43315c56cb605c0..1d7b578dfe84bf5cb15f9ad22d01f45da7693de0 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,7 +44,7 @@ if (!defined('__SECURITY')) {
 }
 
 if ((!isExtensionActive('theme')) && (!isAdmin())) {
-       displayMessage(generateExtensionInactiveNotInstalledMessage('theme'));
+       displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=theme%}');
        return;
 } // END - if