Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 20.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
10{get_movement_params}
11{include file="modules/header.tpl"}
12
13{if $error eq true}
14<center><font style='error'>{$error}</font></center>
15{/if}
16
17<!--if $user_id eq false<center>include file="modules/loginbox.tpl"</center>/if-->
18
19
20<table width='100%'><tr>
21
22<!--left column-->
23<td valign='top' align='center' width='23%'>
24{include file="modules/get_nodetype_by_views.tpl" type=5 listing_amount=$listing_amount}
25<br>
26</td>
27<!--end of left column-->
28
29<!--main central column-->
30<td valign='top'>
31<center>{include file="modules/movement.tpl"}</center>
32{include file="modules/get_nodes_by_type.tpl" type=5 listing_amount=$listing_amount vector=;101 }
33<!--end of central column-->
34
35</td></tr></table>
36
37
38{include file="modules/footer.tpl"}
39
40
This page took 0.111626 seconds and 4 git commands to generate.