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

30 lines
933 B
HTML

<footer class="{$TpStyle.dom_prefix}-fC-wrap">
<section class="{$TpStyle.dom_prefix}-fC-block">
<strong>{$DomainModel->d_name}</strong>
<p>本站提供影视内容导航与信息索引服务。</p>
{if $strEmail}
<p>联系邮箱:{$strEmail}</p>
{/if}
</section>
<section class="{$TpStyle.dom_prefix}-fC-block">
<nav>
<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>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-fC-block">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">
{$ad.gg_wen_zi}
</a>
</section>
{/ad:list}
</footer>