Frameset support entirely removed, TODO extended, minor template fix
[mailer.git] / inc / footer.php
index 6d4b63cdd2b18c47b4b7d9d6c4cb15cc64abec75..c911ac5554168ef6dc078ceab51fe11e8f146037 100644 (file)
@@ -68,14 +68,11 @@ if (($footer != "1") && ($footer != "2") && ($CSS != "1")) {
                DISPLAY_PARSING_TIME_FOOTER();
        } // END - if
 
-       // Not in frameset mode?
-       if ((!isset($isFrameset)) || ($isFrameset === false)) {
-               // Load page footer
-               LOAD_TEMPLATE("page_footer");
-       } // END - if
+       // Load page footer
+       LOAD_TEMPLATE("page_footer");
 
        // And the last closing HTML tag
-       OUTPUT_HTML("</HTML>");
+       OUTPUT_HTML("</html>");
 
        // Footer has been reached
        $footer = 1;