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

Revision 3087, 896 bytes checked in by amuller, 14 years ago (diff)

Ticket #1140 - Arrumando problema do scroll no body

  • Property svn:eol-style set to native
  • Property svn:executable set to *
RevLine 
[1247]1<!-- BEGIN head -->
[2991]2<!-- DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"-->
[1247]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}" />
[2623]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" />
[1247]10                <meta name="language" content="{lang_code}" />
[2623]11                <meta name="author" content="ExpressoLivre http://www.expressolivre.org" />
[1247]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}" />
[3087]15{css}{java_script}
[1247]16        </head>
[3087]17        <body style="overflow: hidden">{content}</body>
[2623]18</html>
[2]19<!-- END head -->
Note: See TracBrowser for help on using the repository browser.