Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1912469.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 {math equation="x*2" x=100 assign=list}
10 {get_movement user_id=$user_id offset=$offset listing_amount=$list}
11 {foreach from=$get_movement name=graf item=movement}
12 {if $smarty.foreach.graf.first}
13 0 {$movement.node_id}::{$movement.node_name} 1 html<br>
14 {/if}
15 {$smarty.foreach.graf.iteration} [{$movement.node_id}::{$movement.node_name}] {math equation="x+1" x=$smarty.foreach.graf.iteration} host<br>
16 {math equation="x+1" x=$smarty.foreach.graf.iteration} [{$movement.node_parent}] -1 image<br>
17 {/foreach}
18
19
This page took 0.236629 seconds and 4 git commands to generate.