Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / modules / userinfo.tpl~
CommitLineData
e586807d
H
1<table>
2{* getting and showing links for user node_type subtemplates *}
3{get_user_children_types}
4{foreach from=$get_user_children_types item=children_type}
5 <tr><td align='center'><a href='/id/{$node.node_id}/{$children_type}'>{$types[$children_type]}s</a></td></tr>
6{/foreach}
7</table>
This page took 0.137373 seconds and 4 git commands to generate.