Phpcms v9 drop-down menu two level three sub-column call method

Source: Internet
Author: User

  1. Many of the site's navigation bar can implement the drop-down level two menu, level three menu and other effects, today we will share Phpcms v9 Support dropdown menu method, can support unlimited sub-column calls, the specific wording is as follows:
  2. <ul>
  3. {pc:content action="category" catid="0" num="siteid=" $siteid " order= "Listorder ASC"}
  4. {Loop $data $c}
  5. <li><a href="{$c [' url ']}">{$c [' CatName ']}</a>
  6. <ul>
  7. {loop subcat ($c [' catid ']) $c 2}
  8. <li><a href="{$c 2[' url ']}">{$c 2[' catname ']}</a>
  9. <ul>
  10. {loop subcat ($c 2[' catid ') $c 3}
  11. <li><a href="{$c 2[' url ']}">{$c 3[' catname ']}</a> </li>
  12. {/loop}
  13. </ul>
  14. </li>
  15. {/loop}
  16. </ul>
  17. </li>
  18. {/loop}
  19. {/PC}
  20. </ul>
  21. Similarly, can draw an infinite loop sub-column, Luzhou website Construction Tang Network interconnection sharing, hope to everyone helpful.

Phpcms v9 drop-down menu two level three sub-column call method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.