forked from extern/egroupware
7d720dc5ea
Correct various misspellings and other oddities in the document type declarations. Convert HTML tags to lower case in the affected files.
18 lines
713 B
Smarty
18 lines
713 B
Smarty
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<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" />
|
|
{css}
|
|
<title>{website_title}</title>
|
|
{java_script}
|
|
</head>
|
|
<body bgcolor="#e5e5e5" {body_tags}>
|
|
<!-- END head -->
|