footer.html 962 B

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