{$smarty.const._ADMIN_SELECT_THEME} | |||||
| {$smarty.const._PAGES_LIST}: {foreach from=$theme_pages item="v"} {if $v eq $this_page} {$v} {else} {$v} {/if} {/foreach} | |||||
| {$v.title} ({$v.count_posts}) | |||||
| {$smarty.const._PAGES_LIST}: {foreach from=$pages item="v"} {if $v eq $this_page} {$v} {else} {$v} {/if} {/foreach} | |||||
| {$smarty.const._ADMIN_CREATOR} | {$smarty.const._ADMIN_STATUS} | {$smarty.const._ADMIN_CREATE_DATE} | {$smarty.const._ADMIN_CREATE_IP} | {$smarty.const._ADMIN_FUNCTIONS} | {$smarty.const._ADMIN_POST_TEXT} |
| {$v.creator_username} | {if $v.status eq 1}{$smarty.const._ADMIN_POST_NORMAL}{/if} {if $v.status eq 0}{$smarty.const._ADMIN_POST_DELETED}{/if} | {$v.create_date} | {$v.create_ip} | [{$smarty.const._EDIT_POST}] {if $v.status eq 0}[{$smarty.const._RESTORE_POST}]{/if} {if $v.status eq 1}[{$smarty.const._DELETE_POST}]{/if} | {$v.text} |