Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2071845.tpl
1 <!--showing bookmark statistic table updateed by tux -->
2 <table class='bordered'>
3 {get_bookmark_statistics}
4 {foreach from=$get_bookmark_statistics item=bookmark_statistic}
5 <tr><td>{if $get_bookmark_statistics.user_action_id && $get_bookmark_statistics.user_action_id!=""}@{/if}<a href='/id/{$bookmark_statistic.user_id}'>{$bookmark_statistic.login}</a></td>
6 <td>{$bookmark_statistic.node_user_subchild_count}</td></tr>
7 {/foreach}
8 </table>
9 <!--end of bookmark statistic table -->
This page took 0.313685 seconds and 4 git commands to generate.