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 *
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                <link rel="icon" href="{img_icon}" type="image/x-ico" />
14                <link rel="shortcut icon" href="{img_shortcut}" />
15{css}{java_script}
16        </head>
17        <body style="overflow: hidden">{content}</body>
18</html>
19<!-- END head -->
Note: See TracBrowser for help on using the repository browser.