Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / modules / get_nodetype_by_views.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 <center><span class='important'>top {$offset} - {math equation="x+y" x=$offset y=$listing_amount}</span></center><br><br>
10 {get_nodetype_by_views offset=$offset listing_amount=$listing_amount node_type=$node_type}
11 {section name=list loop=$nodetype_by_views}
12 {*math equation="x+y" x=$smarty.section.list.iteration y=$offset*}
13 {$nodetype_by_views[list].node_views} views ::
14 <a href='/id/{$nodetype_by_views[list].node_id}'>{$nodetype_by_views[list].node_name}</a> <br><br>
15 {/section}
This page took 0.252736 seconds and 4 git commands to generate.