source: branches/2.2/phpgwapi/templates/classic/head.tpl @ 3018

Revision 3018, 983 bytes checked in by amuller, 14 years ago (diff)

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

  • Property svn:executable set to *
Line 
1<!-- BEGIN head -->
2<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
3        <head>
4                <title>{website_title}</title>
5                <meta http-equiv="content-type" content="text/html; charset={charset}" />
6                <meta name="keywords" content="eGroupWare" />
7                <meta name="description" content="eGroupware" />
8                <meta name="keywords" content="eGroupWare" />
9                <meta name="copyright" content="eGroupWare http://www.egroupware.org (c) 2003" />
10                <meta name="language" content="{lang_code}" />
11                <meta name="author" content="eGroupWare http://www.egroupware.org" />
12                <meta name="robots" content="none" />
13                <link rel="icon" href="{img_icon}" type="image/x-ico" />
14                <link rel="shortcut icon" href="{img_shortcut}" />
15                <META http-equiv="Default-Style" content="eGroupWareStyle">
16                {slider_effects}
17                {simple_show_hide}
18                {pngfix}
19                {css}
20                {java_script}
21                {cookie_manager}
22        </head>
23        <!-- we don't need body tags anymore, do we?) we do!!! onload!! LK -->
24        <body {body_tags}>
25<!-- END head -->
Note: See TracBrowser for help on using the repository browser.