images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1550966.tpl
diff --git a/data/templates/own_templates/1550966.tpl b/data/templates/own_templates/1550966.tpl
new file mode 100644 (file)
index 0000000..faa105b
--- /dev/null
@@ -0,0 +1,8 @@
+<!--showing bookmark statistic table -->
+<table class='b_stat'>
+{get_bookmark_statistics}
+{foreach from=$get_bookmark_statistics item=bookmark_statistic}
+       <tr><td><a href='/id/{$bookmark_statistic.user_id}'>{$bookmark_statistic.login}</a><td>{$bookmark_statistic.node_user_subchild_count}</td></tr>
+{/foreach}
+</table>
+<!--end of bookmark statistic table -->
This page took 0.125595 seconds and 4 git commands to generate.