Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / modules / get_nodes_by_type.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {get_nodes_by_type type=$type listing_amount=$listing_amount offset=$offset vector=';1;102'}
10 {foreach from=$get_nodes_by_type item=child}
11 <table class='bordered' width='100%'>
12 <tr>
13 <td>{$child.node_content|truncate:320|stripslashes}</td></tr>
14 </table>
15 {/foreach}
This page took 0.263203 seconds and 4 git commands to generate.