{include file="search/nav.html"}
{if get('keyword')}
搜索“{$smarty.get.keyword|html}”的相关信息
{/if} {if $data}-
{foreach item=c key=k from=$data}
-
- {$c.shopname}
- {$c.info}
{/foreach}
{$pagelist}
{/if}