{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}   

{foreach from=$files item=f} {/foreach}
File name Description Size Cost
{$f.name} {$f.desc} {$f.size} {$f.cost} 
{span count=$count}

Powered by aMember Pro subscription script

{include file="footer.html"}