{assign var=$page_title value="Top Rated Links"} {assign var=$page_top value="1"} {include filename="global-header.tpl"} {* Load the top rated links *} {links type=top var=links amount=20}
Top Rated Links
{* Loop through the links and display them *} {foreach var=link from=$links} {$link.title|htmlspecialchars} {if $link.ratings > 0} {$link.rating_avg|number_format::1::$config.dec_point::$config.thousands_sep} {/if}
{$link.description|htmlspecialchars}
(Clicks: {$link.clicks|number_format::0::$config.dec_point::$config.thousands_sep}; Comments: {$link.comments|number_format::0::$config.dec_point::$config.thousands_sep}; Added: {$link.date_added|tdate::$config.date_format})
{$link.site_url|htmlspecialchars} - {if $config.mod_rewrite} Details {else} Details {/if}

{/foreach}
{include filename="global-footer.tpl"}