Commit | Line | Data |
---|---|---|
51ff3226 | 1 | {get_nodes_by_type orderby='rand()' vector=$vector type=$type listing_amount=$listing_amount offset=$offset} |
2 | {foreach from=$get_nodes_by_type item=child} | |
3 | {if $type eq 11} | |
4 | in node <a href='/id/{$child.node_id}'>{$child.node_id}</a> | |
5 | {*get_poll poll=$child*} | |
6 | {*include file="modules/show_poll.tpl" get_poll=$get_poll*} | |
7 | <br> | |
8 | {else} | |
9 | <a href='/id/{$child.node_id}'>{$child.node_name}</a><br>( {$child.login} :: {$child.node_children_count} submissionz)<br><br> | |
10 | {/if} | |
11 | {/foreach} |