egroupware/phpgwapi/templates/default/head.tpl

17 lines
636 B
Smarty
Raw Normal View History

<!-- 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}" />
{css}
<title>{website_title}</title>
{java_script}
</head>
<body {body_tags}>
<!-- END head -->