mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
25f9cf1b31
(will check with the Opera guys, what to do)
32 lines
1.2 KiB
Smarty
32 lines
1.2 KiB
Smarty
<!-- BEGIN head --><?xml version="1.0" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "XHTML1-f.dtd" >
|
|
<!--
|
|
this can used only, when it's sure that Opera does not have problems with selectboxes
|
|
|
|
<html xmlns="http://www.w3.org/TR/1999/REC-html-in-xml" xml:lang="en" lang="en" >
|
|
-->
|
|
<html>
|
|
|
|
<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 http://www.egroupware.org (c) 2003" />
|
|
<meta name="language" content="{lang_code}" />
|
|
<meta name="author" content="eGroupWare http://www.egroupware.org" />
|
|
<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" />
|
|
{slider_effects}
|
|
{simple_show_hide}
|
|
{pngfix}
|
|
{css}
|
|
{java_script}
|
|
</head>
|
|
<!-- we don't need body tags anymore, do we?) we do!!! onload!! LK -->
|
|
<body {body_tags}>
|
|
<!-- END head -->
|