{extends file="layout.tpl"} {block name=head} {/block} {block name=content} {include file="clock.tpl"}
{if $ERRmessage}
{$ERRmessage}
{/if}

Top 10

{foreach from=$top item=t key=k}
{$k+1}. {link href="{$t->id}-{$t->get_name()}" href_prefix="/" label=$t->get_name()}
{/foreach}
{block name=main}{/block}
{if isset($teams)} {/if}
{/block} {block name=end} {/block}