[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {let name=Path 2 use_urlalias=ezini('URLTranslator','Translation')|eq('enabled')} 3 4 <p class="path">> 5 {section loop=$module_result.path} 6 {section show=$:item.url} 7 {section show=ne($ui_context,'edit')} 8 <a class="path" href={cond( and( $:use_urlalias, is_set( $:item.url_alias ) ), $:item.url_alias, 9 $:item.url )|ezurl}>{$:item.text|shorten( 18 )|wash}</a> 10 {section-else} 11 <span class="disabled">{$:item.text|shorten( 18 )|wash}</span> 12 {/section} 13 {section-else} 14 {$:item.text|wash} 15 {/section} 16 17 {delimiter} 18 <span class="slash">/</span> 19 {/delimiter} 20 {/section} 21 </p> 22 {/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 |