Last active
June 8, 2017 14:13
-
-
Save ScarletPonytail/3fa0ad179b1c6be2d14c3f50fdb3ccab to your computer and use it in GitHub Desktop.
Magento - Add dynamic list of top level categoies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Displays All Top Level Categories --> | |
{{block type="core/template" template="footercategorylist/footer-category-list.phtml"}} | |
<!-- Displays Top Level & Sub-categories --> | |
{{block type="core/template" template="footercategorylist/footer-category-inc-sub-list.phtml"}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment