Files
SEONexus/code/app/home/view/videoGpt1/footer/foot_b.html
2025-12-31 00:49:32 +08:00

45 lines
1.4 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.
<footer class="{$TpStyle.dom_prefix}-fB-wrap">
<div class="{$TpStyle.dom_prefix}-fB-main">
<div class="{$TpStyle.dom_prefix}-fB-left">
<p class="{$TpStyle.dom_prefix}-fB-desc">
{$DomainModel->d_name} 提供影视内容索引与信息展示,
资源来源于互联网公开渠道。
</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-fB-email">
联系邮箱:{$strEmail}
</p>
{/if}
<p class="{$TpStyle.dom_prefix}-fB-cr">
© 20082025 {$DomainModel->d_name}
</p>
</div>
<div class="{$TpStyle.dom_prefix}-fB-right">
<nav class="{$TpStyle.dom_prefix}-fB-sitemap">
<a href="/sitemap.html">网站地图</a>
<a href="/rss/baidu.xml">百度</a>
<a href="/rss/so.xml">360</a>
<a href="/sitemap_index.xml">XML</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-fB-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">
{$ad.gg_wen_zi}
</a>
</div>
{/ad:list}
</div>
</div>
</footer>