{include file="$template_path/html/header.html"}
{include file="$template_path/html/pagenav.html"}
{include file="$template_path/html/mobile-nav.html"}
"{$searchText}" 的搜索结果如下
{if $type == 'users'} {elseif $type == 'collections'} {else} {/if}
{if $results} {* SHOW USERS *} {if $type == 'users'} {foreach from=$results item=u name=foo} {/foreach} {elseif $type == 'collections'} {else} {/if} {else}

{$lang.no_results_found}

{/if}
{include file="$template_path/html/footer.html"}