debug
This commit is contained in:
@@ -69,13 +69,17 @@
|
||||
<div class="nav">
|
||||
<ul>
|
||||
{if $DomainModel->info_id > 0}
|
||||
<li><a href="{$strPcPath}/">首 页</a></li>
|
||||
<li class='{if $strPageCode == "home"}active_nav_btn{/if}'><a href="{$strPcPath}/">首 页</a></li>
|
||||
<li><a href="{$strPcPath}/nindex/">小说首页</a></li>
|
||||
{else}
|
||||
<li><a href="{$strPcPath}/">{$DomainModel->d_name}首页</a></li>
|
||||
<li class='{if $strPageCode == "home"}active_nav_btn{/if}'><a href="{$strPcPath}/">{$DomainModel->d_name}首页</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 }active_nav_btn{/if}'>
|
||||
<a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>
|
||||
{$strCategoryName}
|
||||
</a>
|
||||
</li>
|
||||
{/novel:category}
|
||||
<li><a href='{$strPcPath}{site:nflurl category="all" status="wanjie" order="all" page="1"/}'>完本榜</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user