change tags to lowercase for future XHTML-validation and add favicon link

This commit is contained in:
Pim Snel 2003-10-14 14:23:17 +00:00
parent 3e6b6b241a
commit e17b5d96c5
2 changed files with 20 additions and 20 deletions

View File

@ -1,11 +1,11 @@
</TR>
</TABLE>
</tr>
</table>
<br></TD>
<TD width=15></TD>
</TR>
</TABLE></TR>
</TABLE></TR>
</TABLE>
<br></td>
<td width="15"></td>
</tr>
</table></tr>
</table></tr>
</table>
<p align="center" class="copyright">{powered_by}</p>
<!-- END footer.tpl -->

View File

@ -1,18 +1,18 @@
<!-- BEGIN head -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset={charset}">
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
<META NAME="description" CONTENT="phpGroupWare">
<META NAME="keywords" CONTENT="phpGroupWare">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
<meta name="author" content="eGroupWare http://www.egroupware.org">
<meta name="description" content="eGroupWare">
<meta name="keywords" content="eGroupWare">
<meta name="robots" content="none">
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
<LINK href="{theme_css}" type=text/css rel=StyleSheet>
<link rel="icon" href="{img_icon}" type="image/x-ico">
<link rel="shortcut icon" href="{img_shortcut}">
<link href="{theme_css}" type=text/css rel=StyleSheet>
{css}
<TITLE>{website_title}</TITLE>
<title>{website_title}</title>
{java_script}
</HEAD>
<BODY bgColor="#e5e5e5" {body_tags}>
</head>
<body bgcolor="#e5e5e5" {body_tags}>
<!-- END Head -->