Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1549386.tpl
diff --git a/data/templates/own_templates/1549386.tpl b/data/templates/own_templates/1549386.tpl
new file mode 100644 (file)
index 0000000..13bcd8b
--- /dev/null
@@ -0,0 +1,8 @@
+<!--showing bookmark statistic table -->
+<table class='bordered' id='bookstat'>
+{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><td>{$bookmark_statistic.node_user_subchild_count}</td></tr>
+{/foreach}
+</table>
+<!--end of bookmark statistic table -->
This page took 0.087327 seconds and 4 git commands to generate.