{include file="header.html"}

{if $errors} {foreach from=$errors item=error} {/foreach}
{$error}
{/if} {if $success} {foreach from=$success item=message} {/foreach}
{$message}
{/if}

{$total} Themes on {$settings.app_title} and Counting!

{if $latest}

Latest {$settings.app_latest} themes on {$settings.app_title}

{foreach from=$latest item=theme key=id name=latest} {if $smarty.foreach.latest.iteration % 2 == 0} {/if} {/foreach}

{$theme.name}

{$theme.name}
Preview  Download

Description: {$theme.description}
Downloads : {$theme.downloads}
Views : {$theme.views}
Member : {$theme.username}
Uploaded On : {$theme.timestamp}
Categories : {foreach from=$theme.categories item=category name=category} {$category}{if !$smarty.foreach.category.last},{/if}  {/foreach}

Browse All Themes

{else}

Welcome to {$settings.app_title}

No themes uploaded to {$settings.app_title}, register and be the first !!

{/if}