51ff3226 |
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 | |