Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1416904.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
10{if $action}{get_userlist vector=$action} in vector {$action}
11{else}{get_userlist}
12{/if}
13{foreach name=friends from=$active_friends item=active_friend}
14{if $smarty.foreach.friends.iteration is div by 5}{/if}
15---[{$active_friend.login}]:::::[{$active_user.user_action}]<br><br>
16{/foreach}
17
18<br><br><br>
19{foreach name=activeusers from=$active_users item=active_user}
20{if $smarty.foreach.users.iteration is div by 5 }{/if}
21---[<a href='/id/{$active_user.user_id}'>{$active_user.login}</a>]:::::[{$active_user.user_action}]<br>
22{/foreach}
23
24<br>
25<br>
26<br>
27<br>
28<br>
29<br>
30-------------------------------------------------------------------------------
31{foreach from=$users item=user}
32{$user.login}
33{/foreach}
34
35{include file="modules/get_nodes_by_type_small.tpl" type=7 listing_amount=10000}
This page took 0.143457 seconds and 4 git commands to generate.