{include file='header.tpl' subheader='user-header.tpl'}

Library

{include file='submenu.tpl' submenu=$page->menu} {if $page->tag_name}
[ Tag Image ]

{$page->tag_name}

tag page

{if $page->tagged_artists}

Artists tagged with {$page->tag_name}

{include file='artistlist.tpl' class=#librarytable# owner=$page->user->name items=$page->tagged_artists fimage=true fstream=true fbutton=true type='tagged'} {/if} {if $page->tagged_albums}

Albums tagged with {$page->tag_name}

{include file='albumlist.tpl' class=#librarytable# items=$page->tagged_albums fartist=true fimage=true fstream=true fbutton=true type='tagged'} {/if} {if $page->tagged_tracks}

Tracks tagged with {$page->tag_name}

{include file='tracklist.tpl' class=#librarytable# items=$page->tagged_tracks fartist=true fstream=true fbutton=true type='tagged'} {/if} {else} {if $page->tags} {include file='taglist.tpl' class=#librarytable# items=$page->tags thead=true fcount=true} {/if} {/if} {include file='footer.tpl'}