X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=58a447e4f57fa00fcc6ebefa6a38383c9415d46c;hb=517ed50cc4e716f1d34fbfc3a1befcba591eb698;hp=d4f6a4d1d7ac95be0f5017e865ee50462a16b9ed;hpb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index d4f6a4d1d7..58a447e4f5 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -1,7 +1,7 @@ '); + $GLOBALS['__page_footer'] .= loadTemplate('page_footer', true); } // END - if // Footer has been reached -$GLOBALS['footer_sent'] = 1; +$GLOBALS['__footer_sent'] = 1; // Shutdown -shutdown(); +doShutdown(); // [EOF] ?>