Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1549817.tpl
diff --git a/data/templates/own_templates/1549817.tpl b/data/templates/own_templates/1549817.tpl
new file mode 100644 (file)
index 0000000..36a991a
--- /dev/null
@@ -0,0 +1,11 @@
+{get_nodes_by_type  orderby='rand()' vector=$vector type=$type listing_amount=$listing_amount offset=$offset}
+{foreach from=$get_nodes_by_type item=child}
+{if $type eq 11}
+       in node <a href='/id/{$child.node_id}'>{$child.node_id}</a>
+     {*get_poll poll=$child*}
+     {*include file="modules/show_poll.tpl" get_poll=$get_poll*}
+     <br>
+{else}
+<a href='/id/{$child.node_id}'>{$child.node_name}</a><br>( {$child.login} :: {$child.node_children_count} submissionz)<br><br>
+{/if}
+{/foreach}
This page took 0.096961 seconds and 4 git commands to generate.