big commit
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1416904.tpl
CommitLineData
e586807d
H
1
2{if $action}{get_userlist vector=$action} in vector {$action}
3{else}{get_userlist}
4{/if}
5{foreach name=friends from=$active_friends item=active_friend}
6{if $smarty.foreach.friends.iteration is div by 5}{/if}
7---[{$active_friend.login}]:::::[{$active_user.user_action}]<br><br>
8{/foreach}
9
10<br><br><br>
11{foreach name=activeusers from=$active_users item=active_user}
12{if $smarty.foreach.users.iteration is div by 5 }{/if}
13---[<a href='/id/{$active_user.user_id}'>{$active_user.login}</a>]:::::[{$active_user.user_action}]<br>
14{/foreach}
15
16<br>
17<br>
18<br>
19<br>
20<br>
21<br>
22-------------------------------------------------------------------------------
23{foreach from=$users item=user}
24{$user.login}
25{/foreach}
26
27{include file="modules/get_nodes_by_type_small.tpl" type=7 listing_amount=10000}
This page took 0.202449 seconds and 4 git commands to generate.