DVBBS 8.2下删除右下角的 RSS2.0 Xhtml无图版 Xslt无图版 方案
1、
分页面模板(Main_Style) -----------template.html(8)
template.html(8)
原来:
<div class="ad">{$Footer_ads}</div>
<div class="copyright">
<em><a href="dv_rss.asp?s=xml">RSS2.0</a> <a href="dv_rss.asp?s=xhtml">Xhtml无图版</a> <a href="dv_rss.asp?s=xslt">Xslt无图版</a> </em>
<span>{$copyright} {$powered}<br />{$runtime}</span>
</div>
</body>
</html>
现在
<div class="ad">{$Footer_ads}</div>
<div class="copyright">
<!--<em><a href="dv_rss.asp?s=xml">RSS2.0</a> <a href="dv_rss.asp?s=xhtml">Xhtml无图版</a> <a href="dv_rss.asp?s=xslt">Xslt无图版</a> </em>-->
<span>{$copyright} {$powered}<br />{$runtime}</span>
</div>
</body>
</html>
2、删除dv_rss.asp