mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
25 lines
985 B
Smarty
25 lines
985 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 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" />
|
|
<meta name="keywords" content="EGroupware" />
|
|
<meta name="copyright" content="EGroupware GmbH http://www.egroupware.org (c) 2018" />
|
|
<meta name="language" content="{lang_code}" />
|
|
<meta name="author" content="EGroupware GmbH http://www.egroupware.org" />
|
|
{pngfix}
|
|
{meta_robots}
|
|
<link rel="icon" href="{img_icon}" type="image/x-ico" />
|
|
<link rel="shortcut icon" href="{img_shortcut}" />
|
|
{css_file}
|
|
<style type="text/css">
|
|
{app_css}
|
|
</style>
|
|
{java_script}
|
|
</head>
|
|
<body {body_tags}>
|
|
{include_wz_tooltip}
|
|
<!-- END head -->
|