]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-themes.php
www is out-dated
[mailer.git] / inc / modules / guest / action-themes.php
index 7c99f54a3e78d6cb2eba0eb2e55f4ed31f494e35..1d7b578dfe84bf5cb15f9ad22d01f45da7693de0 100644 (file)
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * 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 *
@@ -45,7 +44,7 @@ if (!defined('__SECURITY')) {
 }
 
 if ((!isExtensionActive('theme')) && (!isAdmin())) {
-       loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('theme'));
+       displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=theme%}');
        return;
 } // END - if