... | in topic.naml |
342 343 344 345 346 347 348 349 350
|
<macro name="classic_row" requires="node_list">
<n.if.has_small_avatar>
<then.current_node.classic_row_with_small_avatar/>
<else.current_node.classic_row_with_big_avatar/>
</n.if.has_small_avatar>
<n.if.is_last_element>
<then.current_node.mark_as_visited/>
</n.if.is_last_element>
</macro>
|
Free forum by Nabble | Edit this page |