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