Files
SEONexus/code/app/home/view/kuangYu/public/footer.html
2025-04-21 17:49:17 +08:00

33 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="footer">
<div class="links">
{if $DomainModel->info_id > 0}
<a href="/">首页</a>
<a href="/nindex/">小说首页
</a>
{else}
<a href="/">首页</a>
{/if}
<a href="{$strNanUrlTemp}">男生</a>
<a href="{$strNvUrlTemp}">女生</a>
<a href="{$strCategoryIndexUrlTemp}">书库</a>
<a href="{$strRankUrlTemp}">排行</a>
</div>
<div id="firendlink">
友情连接:
<a href="/sitemap_index.xml">XML地图</a>
<a href="/site.txt">网站地图</a>
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="86400"}
<a
href='{$strPcPath}{site:nnurl n_id="$ForgeNovel.n_id" n_py="$ForgeNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>
{$ForgeNovel.n_forge_title}
</a>
{/site:forgelist}
</div>
<div class="copyright">
<p>精彩小说推荐尽在{$DomainModel->d_text_logo}</p>
<p>©Copyright 2020</p>
<p>删除邮箱:{site:cfg code="YOU_XIANG" encode="false"/}</p>
</div>
</div>