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