gpttemp
This commit is contained in:
24
code/app/home/view/videoGpt1/footer/foot_e.html
Normal file
24
code/app/home/view/videoGpt1/footer/foot_e.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<footer class="{$TpStyle.dom_prefix}-fE-wrap">
|
||||
|
||||
<p class="{$TpStyle.dom_prefix}-fE-title">
|
||||
{$DomainModel->d_name}
|
||||
</p>
|
||||
|
||||
<p class="{$TpStyle.dom_prefix}-fE-desc">
|
||||
本站仅提供信息展示与索引服务,内容来源于网络。
|
||||
</p>
|
||||
|
||||
{if $strEmail}
|
||||
<p class="{$TpStyle.dom_prefix}-fE-email">
|
||||
邮箱联系:{$strEmail}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
<nav class="{$TpStyle.dom_prefix}-fE-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>
|
||||
|
||||
</footer>
|
||||
Reference in New Issue
Block a user