{extend name="basePc" /}
{block name="title"}{$strTitle??''}{/block}
{block name="keywords"}{$strKeywords??''}{/block}
{block name="description"}{$strDescription??''}{/block}
{block name="head"}
{if $strGender == 'all' && $strCategory == 'all' && $strStatus == 'all'}
{else}
{/if}
{if $strGender == 'all' && $strCategory == 'all' && $strStatus == 'all'}
{else}
{/if}
{/block}
{block name="head-js"}{/block}
{block name="head-css"}
{if $strGender == 'all' && $strCategory == 'all' && $strStatus == 'all'}
{else}
{/if}
{/block}
{block name="logo-html"}
{/block}
{block name="main"}
所属分类
- 全部
{eq name="strGender" value="$strNanUrlTemp"}
{foreach $arrCategoryAll.man as $key=>$vo }
- {$vo}
{/foreach}
{else}
{foreach $arrCategoryAll.women as $key=>$vo }
- {$vo}
{/foreach}
{/eq}
{volist name="arrNovel" id="Novel" key="key"}
{include file="Pc/Public/shuKuNovelList" start="0"/}
{/volist}
{/block}
{block name="customize"} {/block}