]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor/.php
First batch of removal of the headers needed for revision-functions.php
[mailer.git] / inc / modules / sponsor / .php
index 85198439aeb66b98d59c72f5b4489abf5d0f2173..7be2063e85ac75891fd393499f5588f650747a56 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  :                                                  *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $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                  *
+ * 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 *
@@ -40,7 +33,7 @@
 if (!defined('__SECURITY')) {
        die();
 } elseif ((!isExtensionActive('sponsor'))) {
-       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveNotInstalledMessage('sponsor'));
+       addFatalMessage(__FILE__, __LINE__, '{%pipe,generateExtensionInactiveNotInstalledMessage=sponsor%}');
        return;
 } elseif (!isSponsor()) {
        // No sponsor!
@@ -49,7 +42,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Put all HTML code into $GLOBALS['sponsor_output']!
-// E.g.: $GLOBALS['sponsor_output'] = loadTemplate('sponsor_template', true);
+// E.g.: $GLOBALS['sponsor_output'] = loadTemplate('sponsor_template', TRUE);
 
 // [EOF]
 ?>