source: branches/2.2/phpgwapi/templates/default/head.tpl @ 3382

Revision 3382, 930 bytes checked in by eduardoalex, 13 years ago (diff)

Ticket #1244 - Remoção do código que gerava o problema nos outros templates

  • Property svn:eol-style set to native
  • 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                <META http-equiv="Default-Style" content="eGroupWareStyle">
15                {slider_effects}
16                {simple_show_hide}
17                {pngfix}
18                {css}
19                {java_script}
20                {cookie_manager}
21        </head>
22        <!-- we don't need body tags anymore, do we?) we do!!! onload!! LK -->
23        <body {body_tags}>
24<!-- END head -->
Note: See TracBrowser for help on using the repository browser.