Ignore:
Timestamp:
04/23/10 10:41:56 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Organizando o HTML do template default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/default/head.tpl

    r2561 r2623  
    44                <title>{website_title}</title> 
    55                <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" /> 
     6                <meta name="keywords" content="ExpressoLivre" /> 
     7                <meta name="description" content="ExpressoLivre" /> 
     8                <meta name="copyright" content="ExpressoLivre - http://www.expressolivre.org (c) 2005 - GPL" /> 
    109                <meta name="language" content="{lang_code}" /> 
    11                 <meta name="author" content="eGroupWare http://www.egroupware.org" /> 
     10                <meta name="author" content="ExpressoLivre http://www.expressolivre.org" /> 
    1211                <meta name="robots" content="none" /> 
     12                <meta http-equiv="Default-Style" content="eGroupWareStyle"> 
    1313                <link rel="icon" href="{img_icon}" type="image/x-ico" /> 
    1414                <link rel="shortcut icon" href="{img_shortcut}" /> 
    15                 <META http-equiv="Default-Style" content="eGroupWareStyle"> 
    16                 {slider_effects} 
    17                 {simple_show_hide} 
    18                 {pngfix} 
    19                 {css} 
    20                 {java_script} 
     15{css}{pngfix}{java_script} 
    2116        </head> 
    2217        <!-- we don't need body tags anymore, do we?) we do!!! onload!! LK --> 
    23         <body {body_tags}> 
     18        <body {body_tags}>{content}</body> 
     19</html> 
    2420<!-- END head --> 
Note: See TracChangeset for help on using the changeset viewer.