egroupware/phpgwapi/templates/idots/head.tpl

19 lines
638 B
Smarty

<!-- 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="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 -->