File Manager
{if $itemcount > 0}
<table cellspacing="0" class="pagetable">
<thead>
<tr>
<th>{$categorytext}</th>
<th class="pageicon"> </th>
<th class="pageicon"> </th>
</tr>
</thead>
<tbody>
{foreach from=$items item=entry}
<tr class="{$entry->rowclass}">
<td>{$entry->name}</td>
<td>{$entry->editlink}</td>
<td>{$entry->deletelink}</td>
</tr>
{/foreach}
</tbody>
</table>
{/if}
<div class="pageoptions"><p class="pageoptions">{$addlink}</p></div>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com