PHPCMS搜索模板制作教程
发布时间:2020-12-14 02:14:42 所属栏目:phpcms 来源:网络整理
导读:搜索结果列表 templatesdefaultsearchlist.html 搜索关键字 {$search_q} 或 {$q} 搜索结果条数 {$totalnums} 搜索用时 {sprintf("%01.2f",$execute_time)} 秒 调用搜索结果,官方默认代码 {if $r['thumb']}{/if} {if $r['posids']} {$r[description]} {/l
搜索结果列表 templatesdefaultsearchlist.html 搜索关键字 {$search_q} 或 {$q} 搜索结果条数 {$totalnums} 搜索用时 {sprintf("%01.2f",$execute_time)} 秒 调用搜索结果,官方默认代码
{if $r['thumb']} {/if} |