心理咨询网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

foot_city.html 953B

123456789101112131415161718192021222324252627282930
  1. <!--页脚-->
  2. <div class="footer-copy">
  3. <div class="footer-copy-content">
  4. <p>
  5. <a href="{label:city_url}">{label:footer_city_1}</a> {label:footer_key_7} “<a href="{label:city_url}">{label:footer_city_2}</a> ”{label:footer_city_3}“<a href="{pboot:sitedomain}">{label:footer_city_4}</a>”{label:footer_city_5}
  6. {pboot:sitecopyright}</p>
  7. <p><a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">{pboot:siteicp}</a> {pboot:sitestatistical}</p>
  8. <p style="display:none;"></p>
  9. </div>
  10. </div>
  11. <div class="footer-nav">
  12. <ul style="padding-top:4px;">
  13. {pboot:nav parent=26}
  14. <li style="width:[nav:subname];text-align: center;">
  15. <a href="[nav:link]">
  16. <img src="[nav:ico]" style="width:auto;height:25px;"/>
  17. <p>[nav:name]</p>
  18. </a>
  19. </li>
  20. {/pboot:nav}
  21. </ul>
  22. </div>
  23. <script type="text/javascript" src="{pboot:sitedomain}/m/js/common_m.js"></script>
  24. <!--页脚 结束-->