Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / articles.tpl~
CommitLineData
e586807d
H
1{get_movement_params}
2{include file="modules/header.tpl"}
3
4{if $error eq true}
5<center><font style='error'>{$error}</font></center>
6{/if}
7
8{if $user_id eq false}
9<center>{include file="modules/loginbox.tpl"}</center>
10{/if}
11
12<table width='100%'>
13<!--main central column-->
14<td valign='top'>
15{get_nodes_by_type type=5 listing_amount=2323243254 offset=$offset vector=';1;102'}
16{foreach from=$get_nodes_by_type item=child}
17<tr><td><a href='/id/{$child.node_id}'>LALALA{$child.node_name}</a></td></tr>
18{/foreach}
19
20<!--end of central column-->
21
22</td></tr></table>
23
24
25{include file="modules/footer.tpl"}
This page took 0.136125 seconds and 4 git commands to generate.