去除织梦后台系统页面中的赞助商广告


文章介绍

 删除后台系统菜单中的赞助商广告:

  找到文件夹uploads\dede\templets\index_body.htm 打开=》

  

找到: <dl class=’dbox’ id=”item8″>

                <dt class=’lside’><div class=’l’>赞助商链接(<a href=”

http://ad.dedecms.com/ad

    ” target=”_blank”>说明</a>)</div></dt>
                <dd>
                    <iframe name=”showad” src=”index_body.php?dopost=showad” frameborder=”0″ width=”100%” id=”showad” frameborder=”0″ scrolling=”no”  marginheight=”5″></iframe>
                </dd>

 

  删除这个:

<iframe name=”showad” src=”index_body.php?dopost=showad” frameborder=”0″ width=”100%” id=”showad” frameborder=”0″ scrolling=”no”  marginheight=”5″></iframe>

 

  这个就是框架调用的代码。

  这样删除了广告,后台加载速度就会快些了。不会卡死了。