{foreach $zbp->GetTagList(null,array(),array('tag_Count' => 'DESC'),10,'') as $tags}
<a href="{$tags.Url}">{$tags.Name}</a>
{/foreach}