{assign var="title" value="File Downloads"}
{include file="header.html"}
{$title}
{if $smarty.request.letter eq ''}
ALL
{else}
ALL
{/if}
{foreach from=$letters key=l item=ct}
{if $l eq $smarty.request.letter}
{$l}
{else}
{$l}
{/if}
{/foreach}
{if $smarty.request.letter eq ''}
ALL
{else}
ALL
{/if}
|
File name |
Description |
Size |
Cost |
{foreach from=$files item=f}
{$f.name}
|
{$f.desc} |
{$f.size}
|
{$f.cost} |
{/foreach}
|
{span count=$count}
Powered by aMember Pro subscription script
{include file="footer.html"}