= TODO-Liste =
==============
-[13.12.2008 06:50 Uhr]:
+[16.12.2008 14:40 Uhr]:
--- OFFEN: ---
+- Alle JavaScripte aus den HTML-Templates umlagern und per js.php?tag=xxx
+ aufrufen
- Die Datenbankspalten ext_has_css nach ext_css und id nach ext_id umbenennen
- Dokumentation erweitern
- Englische Uebersetzung komplettieren
define('SERVER_URL', "http://www.mxchange.org");
// Current SVN revision
-define('CURR_SVN_REVISION', "632");
+define('CURR_SVN_REVISION', "633");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
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;
} // END - if
// Load body or not
-if (((!$isFrameset) && ($GLOBALS['module'] != "frametester")) || (($GLOBALS['module'] == "frametester") && (isset($_GET['frame']))) || (($header == "1") && ($isFrameset) && (!empty($_GET['frame']))) && ($CSS != "1")) {
+if (($GLOBALS['module'] != "frametester") || (($GLOBALS['module'] == "frametester") && (isset($_GET['frame']))) || (($header == "1") && (!empty($_GET['frame']))) && ($CSS != "1")) {
// Is the header sent and the script is not the mail confirmation script and not a CSS?
if (($header == "1") && (basename($_SERVER['PHP_SELF']) != "mailid.php") && ($CSS != "1")) {
// Add BODY tag
// CFG: DEBUG-SQL (if enabled and DEBUG_MODE is enabled all SQL queries will be logged to debug.log)
define('DEBUG_SQL', false);
-// Default is not a frameset
-global $isFrameset;
-$isFrameset = false;
-
-// Load library
+// Load database library
require_once(PATH."inc/db/lib.php");
-// Load general functions
-require_once(PATH."inc/functions.php"); // Non-database functions
+// // Non-database functions
+require_once(PATH."inc/functions.php");
-// Load more include files
-require_once(PATH."inc/mysql-manager.php"); // Functions which interact with the database
+// Functions which interact with the database
+require_once(PATH."inc/mysql-manager.php");
// Load extensions and language
require_once(PATH."inc/extensions.php");
<SCRIPT language="JavaScript" type="text/javascript">
<!--
-var Timer = "{--_TIME_VALUE!}";
+var Timer = "{!_TIME_VALUE!}";
function Init() {
var Counter = window.setInterval("StartCounter()", 1000);