]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
Script stats added in footer
[mailer.git] / inc / footer.php
index 42b4e4315d91a81d1c3137dd3b5bb23e71b95c71..440d1bc81f877853e82594bb2636a02dca4f5120 100644 (file)
@@ -52,6 +52,12 @@ if (($footer != "1") && ($footer != "2") && ($CSS != "1")) {
                LOAD_TEMPLATE("copyright");
        }
 
+       // Shall we display the parsing time and number of queries?
+       if ($CONFIG['show_timings'] == "Y") {
+               // Then display it here
+               DISPLAY_PARSING_TIME_FOOTER();
+       }
+
        // Load page footer
        LOAD_TEMPLATE("page_footer");