Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / modules / get_nodes_by_type.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{get_nodes_by_type type=$type listing_amount=$listing_amount offset=$offset}
10{foreach from=$get_nodes_by_type item=child}
11
12{if $child.node_type eq 6 or $child.node_type eq 13 }
13{$child.node_name}<br>
14{/if}
15
16{/foreach}
This page took 0.13521 seconds and 4 git commands to generate.