{$smarty.const._FORUM_NAME} >> {$smarty.const._SEARCH} >> {$smarty.const._SEARCH_RESULTS} {if $do_enter} {$smarty.const._DO_ENTER} {/if} {if $welcome}{$smarty.const._WELCOME}{$welcome}
{/if} {$smarty.const._INDEX} {$smarty.const._SEARCH} {$smarty.const._MEMBERLIST} {if $register} {$smarty.const._REGISTER} {/if} {if $logout} {$smarty.const._LOGOUT} {/if}
{if $pages}
{$smarty.const._PAGES_LIST}: {foreach from=$pages item="v"} {$v} {/foreach}
{/if} {foreach from=$search_posts item="v"}
{$v.creator_username}
{if $v.creator_status eq 0} {$smarty.const._STATUS_BANNED} {/if} {if $v.creator_status eq 1} {$smarty.const._STATUS_USER} {/if} {if $v.creator_status eq 2} {$smarty.const._STATUS_MODERATOR} {/if} {if $v.creator_status eq 3} {$smarty.const._STATUS_ADMIN} {/if}
{$v.create_date}
{$v.text} {if $edit_post}
[{$smarty.const._EDIT_POST}] [{$smarty.const._DELETE_POST}]
{/if}
{/foreach}