start of multilang support, myconsole.js start support, browser detection added
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 21 Feb 2009 16:47:31 +0000 (16:47 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 21 Feb 2009 16:47:31 +0000 (16:47 +0000)
web/index.php

index 90a91a0..247356a 100644 (file)
@@ -410,7 +410,8 @@ supported by:<br><br>
    //-->
 </SCRIPT>
 </head>
-<body onunload="deconsole();">
+<!-- if myconsole <body onunload="deconsole();"> -->
+<body>
 <?php
     printf($brisk_header_form);
     printf("<table class=\"floaty\"><tr><td class=\"floatyleft\">\n");
@@ -539,7 +540,8 @@ if ($login_exists) {
    //-->
 </SCRIPT>
 </head>
-<body onunload="deconsole();">
+<!-- if myconsole <body onunload="deconsole();"> -->
+<body>
 <?php
    printf($brisk_header_form);
    printf("<table class=\"floaty\"><tr><td class=\"floatyleft\">\n");