[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {let topic_list=fetch('content','list',hash( parent_node_id, $object.main_node_id, 2 limit, 5, 3 sort_by, array( array(published,false() ) ) ) )} 4 <div class="view-embed"> 5 <div class="class-forum"> 6 <a href={$object.main_node.url_alias|ezurl}><h3>{"Latest from"|i18n("design/base")}: {$object.name|wash}</h3></a> 7 <ul> 8 {section var=topic loop=$topic_list} 9 <li><a href={$topic.url_alias|ezurl()}>{$topic.name}</a></li> 10 {/section} 11 </ul> 12 </div> 13 </div> 14 15 {/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 |