| {$smarty.const._PAGES_LIST}: {foreach from=$pages item="v"} {if $v eq $this_page} {$v} {else} {$v} {/if} {/foreach} {/if} {if $themes} | ||||||||
| {$smarty.const._ADMIN_THEME_TITLE} | {$smarty.const._ADMIN_STATUS} | {$smarty.const._ADMIN_CREATOR} | {$smarty.const._ADMIN_CREATE_DATE} | {$smarty.const._ADMIN_CREATE_IP} | {$smarty.const._ADMIN_COUNT_POSTS} | {$smarty.const._ADMIN_LAST_POSTER} | {$smarty.const._ADMIN_LAST_UPDATE} | {$smarty.const._ADMIN_FUNCTIONS} |
| {$v.title} | {if $v.status eq 1} {$smarty.const._ADMIN_OPEN_THEME} {/if} {if $v.status eq 2} {$smarty.const._ADMIN_CLOSE_THEME} {/if} {if $v.status eq 0} {$smarty.const._ADMIN_DELETE_THEME} {/if} | {$v.creator_username} | {$v.create_date} | {$v.create_ip} | [{$v.count_posts}] | {$v.last_poster} | {$v.last_update} | [{$smarty.const._EDIT_THEME}] {if $v.status eq 1}[{$smarty.const._CLOSE_THEME}] {/if} {if $v.status eq 2}[{$smarty.const._OPEN_THEME}] {/if} {if $v.status eq 0}[{$smarty.const._RESTORE_THEME}] {else}[{$smarty.const._DELETE_THEME}]{/if} |