Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / modules / get_nodes_by_type.tpl~
1 {get_nodes_by_type type=$type listing_amount=$listing_amount offset=$offset}
2 {foreach from=$get_nodes_by_type item=child}
3
4 <table>
5 <tr>
6 {if $child.node_type eq 6 or $child.node_type eq 13 }
7 {$child.node_name}<br>
8 {/if}
9 </table>
10 </table>
11 {/foreach}
This page took 0.291992 seconds and 4 git commands to generate.