egroupware/phpgwapi/templates/default/head.tpl

29 lines
1.1 KiB
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">
2006-12-13 10:28:51 +01:00
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml"{dir_code}>
<head>
<title>{website_title}</title>
<meta http-equiv="content-type" content="text/html; charset={charset}" />
<meta name="keywords" content="eGroupWare" />
<meta name="description" content="eGroupWare" />
2006-12-13 10:28:51 +01:00
<meta name="keywords" content="eGroupWare" />
<meta name="copyright" content="eGroupWare http://www.egroupware.org (c) 2006" />
<meta name="language" content="{lang_code}" />
<meta name="author" content="eGroupWare http://www.egroupware.org" />
{meta_robots}
<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 href="{print_css}" type="text/css" media="print" rel="StyleSheet" />
{slider_effects}
{simple_show_hide}
{pngfix}
<style type="text/css">
{app_css}
</style>
{css_file}
2006-12-13 10:28:51 +01:00
{java_script}
</head>
<body {body_tags}>
{include_wz_tooltip}
<!-- END head -->