Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / modules / userinfo.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9<table>
10{* getting and showing links for user node_type subtemplates *}
11<tr><td align='center'><a href='/id/{$node.node_id}/move'>movement</a><br>
12<tr><td align='center'><a href='/id/{$node.node_id}/bookmarklist'>bookmarks</a><br>
13{get_user_children_types}
14{foreach from=$get_user_children_types item=children_type}
15 <tr><td align='center'><a href='/id/{$node.node_id}/{$children_type}'>{$types[$children_type]}s</a></td></tr>
16{/foreach}
17</table>
This page took 0.096455 seconds and 4 git commands to generate.