debug
This commit is contained in:
@@ -33,19 +33,19 @@
|
||||
<div class="nav">
|
||||
<div class="wp">
|
||||
{if $DomainModel->info_id > 0}
|
||||
<li class="home">
|
||||
<li class='{if $strPageCode == "home"}home{/if}'>
|
||||
<a href="{$strPcPath}/">首 页</a>
|
||||
</li>
|
||||
<li><a href="{$strPcPath}/nindex/">小说首页</a></li>
|
||||
{else}
|
||||
<li class="home">
|
||||
<li class='{if $strPageCode == "home"}home{/if}'>
|
||||
<a href="{$strPcPath}/">首 页</a>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
|
||||
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
|
||||
<li><a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>{$strCategoryName}</a></li>
|
||||
<li class='{if $strPageCode == "library" && $strCategoryPinyin == $Request.route.strCategory }home{/if}'>
|
||||
<a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>{$strCategoryName}</a></li>
|
||||
{/novel:category}
|
||||
|
||||
<div class="nav-right" id="qs_login">
|
||||
@@ -53,7 +53,6 @@
|
||||
<span class="ico ico-login"></span>
|
||||
个人中心
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user