{template 'header'}
{template 'content', 'chip'} |
{php $num = 2;}
{if $album}
{elseif $username}
{else}
{/if}
{if $tags}
{loop array_reverse($tags) $i $t}
{/loop}
{/if}
{php $num = $num + $num - count($tags);}
{if $album}
{elseif $username}
{else}
{/if}
{if $tags}
{loop $tags $i $t}
{/loop}
{/if}
|