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

Revision 1151, 1.0 KB checked in by amuller, 15 years ago (diff)

Ticket #475 - Mudando o nome dos templates azul para default e celepar para classic

  • 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="eGroupWare" />
7                <meta name="description" content="eGroupware" />
8                <meta name="keywords" content="eGroupWare" />
9                <meta name="copyright" content="eGroupWare http://www.egroupware.org (c) 2003" />
10                <meta name="language" content="{lang_code}" />
11                <meta name="author" content="eGroupWare http://www.egroupware.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                <link href="{theme_css}" title="eGroupWareStyle" type="text/css" rel="StyleSheet"/>
16                <META http-equiv="Default-Style" content="eGroupWareStyle">
17                {slider_effects}
18                {simple_show_hide}
19                {pngfix}
20                {css}
21                {java_script}
22                {cookie_manager}
23        </head>
24        <!-- we don't need body tags anymore, do we?) we do!!! onload!! LK -->
25        <body {body_tags}>
26<!-- END head -->
Note: See TracBrowser for help on using the repository browser.