{if isset($_GET["keyword"]) && !empty($_GET["keyword"])}
{$set=array()}
{$set['cid']=0}
{$set['page']='page'}
{$set['pagesize']=10}
{$set['keyword']=$_GET["keyword"]}
{$articles=alist($set)}
{loop $articles['list'] as $a}
{$a['title']}
作者:{$a['author']}
分类:{$a['types']}
状态:{$a['state']}
最新:{$a['newest']}
{/loop}
{if count($articles['list'])<1}
查无此漫画,
{/if}
相关推荐如下
{/if}
{$set=array()}
{$set['cid']=0}
{$set['page']='page'}
{$set['pagesize']=10}
{$articles=alist($set)}
{loop $articles['list'] as $a}
{$a['title']}
作者:{$a['author']}
分类:{$a['types']}
状态:{$a['state']}
最新:{$a['newest']}
{/loop}