fix for admin console in IE 7

This commit is contained in:
Frank Dillon 2006-12-06 21:35:51 +00:00
parent ab660f0f87
commit fff109c2c3

View file

@ -0,0 +1,15 @@
#PBtmpl0000000000000137
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WebGUI <tmpl_var session.webgui.version>-<tmpl_var session.webgui.status> Admin Console</title>
<link rel="icon" href="^Extras(favicon.png);" type="image/png" />
<link rel="shortcut icon" href="^Extras(favicon.ico);" />
<tmpl_var head.tags>
</head>
<body>
<div class="wrapper">
<tmpl_var body.content>
</div>
</body>
</html>