Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1887181.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_vector vector=$vector listing_amount=2323666 offset=$offset on_main=$on_main}
10
11 <div style="width:800px; margin: auto; ">
12 {foreach from=$get_nodes_by_vector item=child}
13 {id $child.external_link eq "db://user"}
14
15 <div style="float: left; width: 200px; text-align:center;"><a href="/id/{$child.node_id}">{$child.node_name}</a>::<a href="/id/{$child.node_id}/4">4</a></div>
16
17 {/if}
18 {/foreach}
19
20 </div>
21
22
23
This page took 0.237142 seconds and 4 git commands to generate.