{* ------------------ taglist.tpl ------------------ Dynamic smarty template intended to be used on any page with a list of tags. @param array items Array of tracks ((tag, image, taglibraryurl, tagurl, freq) .. ) @param string class CSS table class (if class equals 'library' *libraryurl will be used instead of *url) @param bool thead Show table header @param bool fimage Show image field, used by $i.image @param bool fcount Show count field, used by $i.freq @param string url_sort_name URL string to toggle sort order by name @param string url_sort_count URL string to toggle sort order by count *} {if $thead} {if $fimage} {/if} {if $fcount} {/if} {/if} {foreach from=$items item=i} {if $fimage} {/if} {else} {$i.tag} {/if} {if $fcount} {/if} {/foreach}
TagCount
{if $i.taglibraryurl} {$i.tag}{$i.freq}