File Manager

Current Path : /webspace/www.babilon.be/html/modules/MenuManager/templates/
Upload File :
Current File : //webspace/www.babilon.be/html/modules/MenuManager/templates/filetpllist.tpl

{if $itemcount > 0}

<table cellspacing="0" class="pagetable">
	<thead>
		<tr>
			<th>{$filenametext}</th>
			<th class="pageicon">&nbsp;</th>
		</tr>
	</thead>
	<tbody>
	{foreach from=$items item=entry}
		<tr class="{$entry->rowclass}">
			<td>{$entry->filename}</td>
			<td>{if isset($entry->importlink)}{$entry->importlink}{/if}</td>
		</tr>
	{/foreach}
	</tbody>
</table>
{else}
<h4>{$nofilestext}</h4>
{/if}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com