{include file='include/colorbox.inc.tpl'} {footer_script}{literal} jQuery(document).ready(function() { $("a.preview-box").colorbox(); }); {/literal}{/footer_script}

{'Installed Themes'|@translate}

{'Active Themes'|@translate} {if isset($active_themes)}
{foreach from=$active_themes item=theme}
{$theme.name}{if $theme.is_default} ({'default'|@translate}){/if} {if $theme.mobile} ({'mobile'|@translate}){/if}
{if $theme.deactivable} {'Deactivate'|@translate} {else} {'Deactivate'|@translate} {/if} {if not $theme.is_default} | {'Default'|@translate} {/if} {if isset($theme.admin_uri)}
{'Configuration'|@translate} {/if}
{/foreach}
{/if}
{if isset($inactive_themes)}
{'Inactive Themes'|@translate}
{foreach from=$inactive_themes item=theme}
{$theme.name}{if $theme.mobile} ({'mobile'|@translate}){/if}
{if $theme.activable} {'Activate'|@translate} {else} {'Activate'|@translate} {/if} | {if $theme.deletable} {'Delete'|@translate} {else} {'Delete'|@translate} {/if}
{/foreach}
{/if}