This commit is contained in:
make
2025-04-21 13:52:41 +08:00
parent 3327907965
commit be2811f022
13 changed files with 105 additions and 27 deletions

View File

@@ -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>