footer.html 980 B

12345678910111213141516171819202122232425
  1. </div>
  2. <div class="clearfix"></div>
  3. <div class="container-fluid footer text-center" role="footer">
  4. <div class="friend-link">
  5. {if empty($_W['setting']['copyright']['footerright'])}
  6. <a href="http://www.w7.cc">微信开发</a>
  7. <a href="https://bbs.5g-yun.com">微信应用</a>
  8. <a href="https://bbs.5g-yun.com">微擎论坛</a>
  9. <a href="https://bbs.5g-yun.com">小程序开发</a>
  10. {else}
  11. {$_W['setting']['copyright']['footerright']}
  12. {/if}
  13. </div>
  14. <div class="copyright">{if empty($_W['setting']['copyright']['footerleft'])}Powered by <a href="http://www.w7.cc"><b>微擎</b></a> v{IMS_VERSION} &copy; 2014-2018 <a href="http://www.w7.cc">www.w7.cc</a>{else}{$_W['setting']['copyright']['footerleft']}{/if}</div>
  15. {if !empty($_W['setting']['copyright']['icp'])}
  16. <div>备案号:<a href="http://beian.miit.gov.cn/" target="_blank">{$_W['setting']['copyright']['icp']}</a></div>{/if}
  17. </div>
  18. </div>
  19. </div>
  20. </div>
  21. {template 'common/footer-base'}
  22. </body>
  23. </html>