Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / articles.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_movement_params}
10{include file="modules/header.tpl"}
11
12{if $error eq true}
13<center><font style='error'>{$error}</font></center>
14{/if}
15
16{if $user_id eq false}
17<center>{include file="modules/loginbox.tpl"}</center>
18{/if}
19
20<table width='100%'>
21<!--main central column-->
22<td valign='top'>
23{get_nodes_by_type type=5 listing_amount=2323243254 offset=$offset vector=';1;102'}
24{foreach from=$get_nodes_by_type item=child}
25<tr><td align='center'><a href='/id/{$child.node_id}'>{$child.node_name}</a></td></tr>
26{/foreach}
27
28<!--end of central column-->
29
30</td></tr></table>
31
32
33{include file="modules/footer.tpl"}
This page took 0.145206 seconds and 4 git commands to generate.