source: trunk/phpgwapi/templates/classic/head.tpl @ 2623

Revision 2623, 910 bytes checked in by rodsouza, 14 years ago (diff)

Ticket #1009 - Organizando o HTML do template default.

  • 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="ExpressoLivre" />
7                <meta name="description" content="ExpressoLivre" />
8                <meta name="copyright" content="ExpressoLivre http://www.expressolivre.org (l) 2003" />
9                <meta name="language" content="{lang_code}" />
10                <meta name="author" content="ExpressoLivre http://www.expressolivre.org" />
11                <meta name="robots" content="none" />
12                <meta http-equiv="Default-Style" content="eGroupWareStyle">
13                <link rel="icon" href="{img_icon}" type="image/x-ico" />
14                <link rel="shortcut icon" href="{img_shortcut}" />
15{css}{pngfix}{java_script}
16        </head>
17        <!-- we don't need body tags anymore, do we?) we do!!! onload!! LK -->
18        <body {body_tags}>{content}</body>
19</html>
20<!-- END head -->
Note: See TracBrowser for help on using the repository browser.