{include file="header.tpl"} {literal} {/literal} {section name=g loop=$groups} {if !$groups[g].listings}
{$groups[g].name}

Currently there are no items in the {$groups[g].name} listing {if $frm.pfilter}using {$frm.pfilter}{/if}

{if $groups[g].reg_enabled} List your program in the {$groups[g].name} listing

{/if}
{else} {if $groups[g].type == 'Premium'} {include file="list_premium.tpl"} {/if} {if $groups[g].type == 'Normal'} {include file="list_normal.tpl"} {/if} {if $groups[g].type == 'Trial'} {include file="list_trial.tpl"} {/if} {if $groups[g].type == 'Free'} {include file="list_free.tpl"} {/if} {if $groups[g].type == 'AutoSurf'} {include file="list_autosurf.tpl"} {/if} {if $groups[g].type == 'Scam'} {include file="list_scam.tpl"} {/if} {if $groups[g].type == 'Closed'} {include file="list_closed.tpl"} {/if} {/if} {/section} {include file="footer.tpl"}