]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-doubler.php
Added update_year.sh (still not fully flexible) and updated all years with it.
[mailer.git] / inc / modules / guest / what-doubler.php
index ba7bd2cc940b28629ac5db3906307a00dda755cf..119a7b56faf2cc70480bfbcd1359785bf2fee4f8 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Allgemeine Informationen zum Verdoppen           *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2015 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 *
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       die();
+       exit();
 } // END - if
 
 // Add description as navigation point
 addYouAreHereLink('guest', __FILE__);
 
 if ((!isExtensionActive('doubler')) && (!isAdmin())) {
-       loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('doubler'));
+       displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=doubler%}');
        return;
 } // END - if
 
@@ -55,7 +50,7 @@ $content['payout_time'] = '{--DOUBLER_PAYOUT_TIME_{?doubler_send_mode?}--}';
 $content['payout_history'] = generateDoublerTable(0, 'Y', 'N', 'DESC');
 
 // Load template
-loadTemplate('guest_doubler', false, $content);
+loadTemplate('guest_doubler', FALSE, $content);
 
 // [EOF]
 ?>