source: trunk/phpgwapi/templates/default/head.tpl @ 2991

Revision 2991, 1.0 KB checked in by amuller, 14 years ago (diff)

Ticket #1124 - Configurando a página a validação w3c

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN head -->
2<!-- DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"-->
3<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
4        <head>
5                <title>{website_title}</title>
6                <meta http-equiv="content-type" content="text/html; charset={charset}" />
7                <meta name="keywords" content="ExpressoLivre" />
8                <meta name="description" content="ExpressoLivre" />
9                <meta name="copyright" content="ExpressoLivre - http://www.expressolivre.org (c) 2005 - GPL" />
10                <meta name="language" content="{lang_code}" />
11                <meta name="author" content="ExpressoLivre http://www.expressolivre.org" />
12                <meta name="robots" content="none" />
13                <meta http-equiv="Default-Style" content="eGroupWareStyle" />
14                <link rel="icon" href="{img_icon}" type="image/x-ico" />
15                <link rel="shortcut icon" href="{img_shortcut}" />
16{css}{pngfix}{java_script}
17        </head>
18        <!-- we don't need body tags anymore, do we?) we do!!! onload!! LK -->
19        <body {body_tags}>{content}</body>
20</html>
21<!-- END head -->
Note: See TracBrowser for help on using the repository browser.