Files
SEONexus/code/app/home/view/xiongMao/public/footer.html
2025-05-19 13:19:08 +08:00

36 lines
1.2 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="nav">
<ul>
{if $DomainModel->info_id > 0}
<li><a href="/">首 页</a></li>
<li><a href="/nindex/">小说首页</a></li>
{else}
<li><a href="/">首 页</a></li>
{/if}
<li><a href="{$strCategoryIndexUrlTemp}">小说分类</a></li>
<li><a href="{$strHistoryUrlTemp}">阅读记录</a></li>
</ul>
</div>
<div id="firendlink">
友情连接:
<a href="/sitemap_index.xml">XML地图</a>
<a href="/robots.txt">网站地图</a>
</div>
<div id="firendlink">
最新标签:
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="3600"}
<a
href='{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>