egroupware/phpgwapi/templates/literati/head.tpl
2004-01-01 23:02:24 +00:00

18 lines
637 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 -->