Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1912469.tpl
1 {math equation="x*2" x=100 assign=list}
2 {get_movement user_id=$user_id offset=$offset listing_amount=$list}
3 {foreach from=$get_movement name=graf item=movement}
4 {if $smarty.foreach.graf.first}
5 0 {$movement.node_id}::{$movement.node_name} 1 html<br>
6 {/if}
7 {$smarty.foreach.graf.iteration} [{$movement.node_id}::{$movement.node_name}] {math equation="x+1" x=$smarty.foreach.graf.iteration} host<br>
8 {math equation="x+1" x=$smarty.foreach.graf.iteration} [{$movement.node_parent}] -1 image<br>
9 {/foreach}
10
11
This page took 0.23121 seconds and 4 git commands to generate.