<{strip}>

<{include file="db:myalbum_header.html"}>
<{* Start Category Loop *}> <{foreach item=ranking from=$rankings}> <{if $canrateview }> <{else}> <{/if}> <{* Start photo loop *}> <{foreach item=photo from=$ranking.photo}> <{if $canrateview }> <{else}> <{/if}> <{/foreach}> <{* End photo loop *}>
<{$ranking.title}> (<{$lang_sortby}>)
<{$lang_rank}> <{$lang_title}> <{$lang_category}><{$lang_hits}> <{$lang_rating}> <{$lang_vote}><{$lang_hits}>
<{$photo.rank}> <{$photo.title}> <{$photo.category}><{$photo.hits}> <{$photo.rating}> <{$photo.votes}><{$photo.hits}>

<{/foreach}> <{* End Category Loop *}>

<{include file="db:myalbum_footer.html"}>
<{/strip}>