Subversion Repositories public

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 29
Line 310... Line 310...
310
 
310
 
311
   echo "   </tr>\n";
311
   echo "   </tr>\n";
312
   echo "</table>\n";
312
   echo "</table>\n";
313
}
313
}
314
 
314
 
-
 
315
require_once('helper.inc');
-
 
316
 
315
echo "</td></tr><tr><td colspan=2 height=\"2px\" style=\"background-color: $menucolor;\"></td></tr>\n";
317
echo "</td></tr><tr><td colspan=2 height=\"2px\" style=\"background-color: $menucolor;\"></td></tr>\n";
316
echo "<tr><td colspan=2 height=\"3px\" style=\"background-color: white;\"></td>\n";
318
echo "<tr><td colspan=2 height=\"3px\" style=\"background-color: white;\"></td>\n";
317
echo "</tr></table></div>\n<div id=\"norm\"";
319
echo "</tr></table></div>\n<div id=\"norm\"";
318
$browser = get_browser();
320
$br = GetBrowserInfo("browser");
319
 
321
 
320
if ($browser["browser"] != "IE" && $menuHeight > 0) {	// Ignore brain dead IE
322
if ($br != "IE" && $menuHeight > 0) {	// Ignore brain dead IE
321
   $h = $menuHeight * 24;
323
   $h = $menuHeight * 24;
322
   echo " style=\"top:". $h . "px;\">\n";
324
   echo " style=\"top:". $h . "px;\">\n";
323
} else
325
} else
324
   echo ">\n";
326
   echo ">\n";
325
?>
327
?>