]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
Reverted of changes in 1704, see ticket #160
[mailer.git] / inc / footer.php
index 72f500281c32ca384f1d1ecb01f50ab859eee467..ec9d63b9ce88e8b7fcda1de02f174ba27b0df483 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -41,6 +42,9 @@ if (!defined('__SECURITY')) {
        die();
 } // END - if
 
+// Init page footer
+$GLOBALS['page_footer'] = '';
+
 // Footer disabled or already sent?
 // 1234      5                       54    45                              5    5                              543    3                              321
 if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (getOutputMode() != 1))) {
@@ -48,7 +52,7 @@ if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($
        runFilterChain('page_footer');
 
        // Load page footer
-       loadTemplate('page_footer');
+       $GLOBALS['page_footer'] .= loadTemplate('page_footer', true);
 } // END - if
 
 // Footer has been reached