Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / last.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
11{else}
12
13<table width='100%'><tr>
14
15<!--left column-->
16<td valign='top' align='center' width='23%'>
17<span class='important'>last forumz</span><br><br>
18{include file="modules/get_nodes_by_type_small.tpl" type=3 listing_amount=$listing_amount}
19<br><br>
20<span class='important'>pollz</span><br><br>
21{include file="modules/get_nodes_by_type_small.tpl" type=11 listing_amount=$listing_amount}
22<br>
23</td>
24<!--end of left column-->
25
26<!--main central column-->
27<td valign='top'>
28<center>{include file="modules/movement.tpl"}</center>
29{include file="modules/get_last.tpl" vector=$action listing_amount=$listing_amount}
30<!--end of central column-->
31
32</td></tr></table>
33{/if}
34
35{include file="modules/footer.tpl"}
This page took 0.116827 seconds and 4 git commands to generate.