images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1912469.tpl
diff --git a/data/templates/own_templates/1912469.tpl b/data/templates/own_templates/1912469.tpl
new file mode 100644 (file)
index 0000000..f9322b1
--- /dev/null
@@ -0,0 +1,11 @@
+{math equation="x*2" x=100 assign=list}
+{get_movement user_id=$user_id offset=$offset listing_amount=$list}
+ {foreach from=$get_movement name=graf item=movement}
+{if $smarty.foreach.graf.first}
+0 {$movement.node_id}::{$movement.node_name} 1 html<br>
+{/if}
+{$smarty.foreach.graf.iteration} [{$movement.node_id}::{$movement.node_name}] {math equation="x+1" x=$smarty.foreach.graf.iteration} host<br>
+{math equation="x+1" x=$smarty.foreach.graf.iteration} [{$movement.node_parent}] -1 image<br>
+{/foreach}
+
+
This page took 0.121298 seconds and 4 git commands to generate.