debug
This commit is contained in:
@@ -32,9 +32,19 @@
|
||||
<div class="headWrap">
|
||||
{block name="logo-html"}{/block}
|
||||
<ul class="nav">
|
||||
{if $DomainModel->info_id > 0}
|
||||
<li class=' {if $strPageCode == "info"}on{/if} '>
|
||||
<a href="{$strPcPath}/" target="_self" title="首页">首页</a>
|
||||
</li>
|
||||
<li class=' {if $strPageCode == "home"}on{/if} '>
|
||||
<a href="{$strPcPath}/nindex/" target="_self" title="首页">小说首页</a>
|
||||
</li>
|
||||
{else}
|
||||
<li class=' {if $strPageCode == "home"}on{/if} '>
|
||||
<a href="{$strPcPath}/" target="_self" title="首页">首页</a>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
<li class=' {if $strPageCode == "man"}on{/if} '>
|
||||
<a href="{$strPcPath}{$strNanUrlTemp}" target="_self" title="男生">男生</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user