Templates Manager

Here you can manage your available templates.

{assign var="selected" value=$Cbucket->configs.template_dir} {assign var="curtpl" value=$cbtpl->get_template_details($selected)}
Current Template

{$curtpl.name}

By {$curtpl.author}, Released on {$curtpl.released|date_format}

{$curtpl.description}

Version: {$curtpl.version} | Website: {$curtpl.website.title}

Open in editor

{* Listing All Avilable Templates *} {assign var='templates' value=$cbtpl->get_templates()} {if $templates}
Available Templates
{foreach $templates as $template} {if $template.dir != $selected}

{$template.name}

{/if} {/foreach}
{else}
No New Template Found
{/if}