File Manager
{if isset($feeds)}
<div class="pageoverflow">
<table class="pagetable" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th width="20%">{$mod->Lang('feed_namealias')}</th>
<th>{$mod->Lang('feed_title')}</th>
<th class="pageicon"> </th>
<th class="pageicon"> </th>
</tr>
</thead>
<tbody>
{foreach from=$feeds item='feed'}
{cycle values="row1,row2" assign='rowclass'}
<tr class="{$rowclass}" onmouseover="this.className='{$rowclass}hover';" onmouseout="this.className='{$rowclass}';">
<td><a href="{$feed.edit_url}" title="{$mod->Lang('edit')}">{$feed.name}</a></td>
<td>{$feed.title}</td>
<td>{$feed.editlink}</td>
<td>{$feed.deletelink}</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
{/if}
<div class="pageoverflow">
{$addlink}
</div>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com