Fixed the rendering in IE. Moved the head section out of the body.

This commit is contained in:
Jesse White 2012-09-11 11:03:45 -04:00
parent 2643df8d78
commit fa6a3d4da3

View File

@ -70,11 +70,12 @@ foreach($config['system']['user'] as $user)
if($user['name'] == $_SESSION['Username'])
$islocal = true;
include("head.inc");
?>
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
<?php
include("head.inc");
include("fbegin.inc");
if ($input_errors)