[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Forum - Admin preview *} 2 3 {let topic_list=fetch('content','list',hash( parent_node_id, $node.node_id, 4 limit, 20, 5 offset, $view_parameters.offset, 6 sort_by, array( array( attribute, false(), 'forum_topic/sticky' ), array( 'modified_subnode', false() ) ) ) ) 7 topic_count=fetch('content','list_count',hash(parent_node_id,$node.node_id))} 8 9 <div class="content-view-full"> 10 <div class="class-forum"> 11 12 <h1>{$node.name|wash}</h1> 13 14 <div class="attribute-short"> 15 {attribute_view_gui attribute=$node.data_map.description} 16 </div> 17 18 </div> 19 </div> 20 21 {/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 |