{php $weekarray=array("Sun.","Mon.","Tues.","Wed.","Thur.","Fri.","Sat.");} {include 'head.html'}
网站首页
> 搜索结果
{php $cateTree = getCateTree(1,1);} {foreach $cateTree $k $v}
{$v['catname']}
{/foreach}
{foreach $searchList $k $v}
{php $weeknum=date("w",$v["publishtime"])} {$weekarray[$weeknum]} {date("Y/m/d",$v["publishtime"])}
{csubstr($v['title'],20)}
{csubstr($v['description'],50)}
{/foreach}
上一页
{foreach $pageArr['pageUrl'] $k $v}
{$k}
{/foreach}
下一页
{include 'footer.html'}