Revision fa6a3d4d
Added by Jesse White over 12 years ago
usr/local/www/system_usermanager_passwordmg.php | ||
---|---|---|
70 | 70 |
if($user['name'] == $_SESSION['Username']) |
71 | 71 |
$islocal = true; |
72 | 72 |
|
73 |
include("head.inc"); |
|
74 |
|
|
73 | 75 |
?> |
74 | 76 |
|
75 | 77 |
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>"> |
76 | 78 |
<?php |
77 |
include("head.inc"); |
|
78 | 79 |
include("fbegin.inc"); |
79 | 80 |
|
80 | 81 |
if ($input_errors) |
Also available in: Unified diff
Fixed the rendering in IE. Moved the head section out of the body.