2 /************************************************************************
3 * MXChange v0.2.1 Start: 08/25/2003 *
4 * =============== Last change: 10/23/2004 *
6 * -------------------------------------------------------------------- *
8 * -------------------------------------------------------------------- *
9 * Short description : Add the HTML code for the footer *
10 * -------------------------------------------------------------------- *
11 * Kurzbeschreibung : Den Fuss des HTML-Codes hinzufuegen *
12 * -------------------------------------------------------------------- *
14 * -------------------------------------------------------------------- *
15 * Copyright (c) 2003 - 2008 by Roland Haeder *
16 * For more information visit: http://www.mxchange.org *
18 * This program is free software; you can redistribute it and/or modify *
19 * it under the terms of the GNU General Public License as published by *
20 * the Free Software Foundation; either version 2 of the License, or *
21 * (at your option) any later version. *
23 * This program is distributed in the hope that it will be useful, *
24 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
25 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
26 * GNU General Public License for more details. *
28 * You should have received a copy of the GNU General Public License *
29 * along with this program; if not, write to the Free Software *
30 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
32 ************************************************************************/
34 // Global variable stuff
35 global $link, $frame, $CSS, $header;
37 // Some security stuff...
38 if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
39 $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
43 if (($footer != "1") && ($footer != "2") && ($CSS != "1")) {
44 // Output the generated HTML code or do nothing in direct-mode
45 if (!empty($FATAL[0])) {
46 // Output fatal error messages
47 require_once(PATH."inc/fatal_errors.php");
50 // Shall we display the copyright notice?
51 if ((empty($frame)) && (empty($_GET['frame'])) && (basename($_SERVER['PHP_SELF']) != "mailid_top.php") && (isBooleanConstantAndTrue('WRITE_FOOTER')) && ($header == "2")) {
52 LOAD_TEMPLATE("copyright");
55 // Shall we display the parsing time and number of queries?
56 if ((isset($_CONFIG['show_timings'])) && ($_CONFIG['show_timings'] == "Y") && (empty($_GET['frame'])) && ($header == "2")) {
57 // Then display it here
58 DISPLAY_PARSING_TIME_FOOTER();
61 // Not in frameset mode?
62 if ((!isset($isFrameset)) || ($isFrameset === false)) {
64 LOAD_TEMPLATE("page_footer");
67 // And the last closing HTML tag
68 OUTPUT_HTML("</HTML>");
70 // Footer has been reached
76 if (is_resource($link)) {
78 SQL_CLOSE($link, __FILE__, __LINE__);
81 ADD_FATAL(NO_DB_LINK);
83 } elseif ($CSS == "1") {
84 // Footer has been reached