Переглянути джерело

删除 'application/index/view/base/fotter.html'

Me 5 роки тому
батько
коміт
5f7c1731c1
1 змінених файлів з 0 додано та 18 видалено
  1. 0 18
      application/index/view/base/fotter.html

+ 0 - 18
application/index/view/base/fotter.html

@@ -1,18 +0,0 @@
-<div id="footer" class="two-s-footer clearfix">
-    <div class="footer-box">
-        <div class="container">
-
-            <div class="nav-footer">
-                <a href="/">首页</a>
-                {volist name="column" id="vo"}
-                    <a href="{:url('index/articlelb',['column_id'=>$vo.id])}">{$vo.catename}</a>
-                {/volist}
-            </div>
-
-            <div class="copyright-footer">
-                <p>Copyright © 2019 Powered by Mosheng  &nbsp; <b><a href="https://www.dashgame.com/">DashGame</a> &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.miitbeian.gov.cn/"  target="_blank"  rel="nofollow">渝ICP备14004903号</a></b></p>
-            </div>
-           
-        </div>
-    </div>
-</div>