{php} /* bd 1=>书库 2=>榜单 3=>赏金 4=>推荐分类 5=>小说分类 */ if(empty($_GET['bd'])) { $bd=1; } else{ $bd=str_replace('?','',$_GET['bd']); } {/php} {if $bd==5} {php} if(!is_numeric($_GET['classify'])) { $tjw=1; } else{ $tjw=str_replace('?','',$_GET['classify']); } {/php} {$classify_title}
{include file="template1/footer" /}
{/if} {if $bd==4} {php} $tj[1]="本周热门"; $tj[2]="主编力荐"; $tj[3]="本周新书"; $tj[4]="女生精选"; $tj[5]="男生精选"; if(empty($_GET['tj'])) { $tjw=1; } else{ $tjw=str_replace('?','',$_GET['tj']); } {/php} {$tj[$tjw]}
{$statistics_code}
{/if} {if $bd==3} 赏金榜
{include file="template1/footer" /}
{/if} {if $bd==2} {php} $tj[1]="人气榜"; $tj[2]="新书榜"; $tj[3]="完结榜"; $tj[4]="男生榜"; $tj[5]="女生榜"; if(empty($_GET['tjw'])) { $tjw=1; } else{ $tjw=str_replace('?','',$_GET['tjw']); } {/php} {$tj[$tjw]}
{include file="template1/footer" /}
{/if} {if $bd==1} 书库
{$Request.get.id}
全部 {volist name="content_type" id="vo"} {$vo} {/volist}
全部 {volist name="classify" id="vo"} {$vo.title} {/volist}

查无数据,换个条件试试看吧

{include file="template1/footer" /}
{$statistics_code|raw}
{/if}