[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/ -> page_head.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {*?template charset=latin1?*}
   3  {default enable_help=true() enable_link=true()}
   4  
   5  {let name=Path
   6       path=$module_result.path
   7       reverse_path=array()}
   8    {section show=is_set($module_result.title_path)}
   9      {set path=$module_result.title_path}
  10    {/section}
  11    {section loop=$:path}
  12      {set reverse_path=$:reverse_path|array_prepend($:item)}
  13    {/section}
  14  
  15  {set-block scope=root variable=site_title}
  16  {section loop=$Path:reverse_path}{$:item.text|wash}{delimiter} / {/delimiter}{/section} - {$site.title|wash}
  17  {/set-block}
  18  
  19  {/let}
  20  
  21      <title>{$site_title}</title>
  22  
  23      {section show=and(is_set($#Header:extra_data),is_array($#Header:extra_data))}
  24        {section name=ExtraData loop=$#Header:extra_data}
  25        {$:item}
  26        {/section}
  27      {/section}
  28  
  29      {* check if we need a http-equiv refresh *}
  30      {section show=$site.redirect}
  31      <meta http-equiv="Refresh" content="{$site.redirect.timer}; URL={$site.redirect.location}" />
  32  
  33      {/section}
  34  
  35      {section name=HTTP loop=$site.http_equiv}
  36      <meta http-equiv="{$HTTP:key|wash}" content="{$HTTP:item|wash}" />
  37  
  38      {/section}
  39  
  40      {section name=meta loop=$site.meta}
  41      <meta name="{$meta:key|wash}" content="{$meta:item|wash}" />
  42  
  43      {/section}
  44  
  45      <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  46      <meta name="generator" content="eZ publish" />
  47  
  48  {section show=$enable_link}
  49      {include uri="design:link.tpl" enable_help=$enable_help enable_link=$enable_link}
  50  {/section}
  51  
  52  {/default}


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7