Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1887181.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_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.138868 seconds and 4 git commands to generate.