<div id="block_files_$unic" class="blockvis_brwfiles_close">
<table cellspacing=0 cellpadding=0 style="width:100%">
{--ARRAY= $dir --}
<tr>
<td style="margin-right:20px">
<span style="cursor: pointer;color: white"onclick="swap_blockvis(0,'block_files_$unic','blockvis_brwfiles_');">[±]</span>
<a href="%baseurl/$url"><img alt="" src="{--HREF=IMG; /folder.png --}" /> $title</a>
</td>
</tr>
<tr>
<td style="margin-left:20px" >{--INC=pages/browse/item_content.tpl; $content --}</td>
</tr>
{--ARRAY-END--}
{--ARRAY= $file --}
<tr>
<td>
<a href="%baseurl/$url">
{--LOGIC= $icon isnotempty --}<img alt="[$icon]" src="{--HREF=IMG; /mimes/$icon.png --}" />{--LOGIC-END--}
$title
</a> -- <b>$size</b>
</td>
</tr>
{--ARRAY-ELSE--}
<tr><td></td></tr>
{--ARRAY-END--}
</table>
</div>