[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {let name=Path 3 use_urlalias=ezini('URLTranslator','Translation')|eq('enabled')} 4 5 <p class="path"> 6 7 {section loop=$module_result.path} 8 {section show=$:item.url} 9 <a class="path" href={cond( and( $:use_urlalias, is_set( $:item.url_alias ) ), $:item.url_alias, 10 $:item.url )|ezurl}>{$:item.text|shorten( 18 )|wash}</a> 11 {section-else} 12 {$:item.text|wash} 13 {/section} 14 15 {delimiter} 16 <span class="slash">/</span> 17 {/delimiter} 18 {/section} 19 </p> 20 {/let}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |