diff options
Diffstat (limited to 'template/English/index.html')
-rw-r--r-- | template/English/index.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/template/English/index.html b/template/English/index.html index 0b9dbdd..cef4038 100644 --- a/template/English/index.html +++ b/template/English/index.html @@ -2,21 +2,21 @@ <html> - <head> - <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> - <title>VDR Admin <tmpl_var version> (<tmpl_var host>)</title> - </head> +<head> + <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> + <title>VDR Admin <tmpl_var version> (<tmpl_var host>)</title> + <link href="bilder/favicon.ico" rel="shortcut icon"> +</head> - <frameset border="0" cols="165,*" frameborder="no" framespacing="0"> - <frame name="nav" noresize src="left.html"> - <frame name="main" noresize src="<tmpl_var loginpage>"> - <noframes> +<frameset border="0" cols="165,*" frameborder="no" framespacing="0"> + <frame name="nav" noresize src="left.html"> + <frame name="main" noresize src="<tmpl_var loginpage>"> - <body bgcolor="#ffffff"> - <p></p> - </body> - - </noframes> - </frameset> + <noframes> + <body bgcolor="#ffffff"> + <p>Your Browser does not support frames!</p> + </body> + </noframes> +</frameset> </html> |