Pipe-separated navigation from given directory


/ Published in: TYPO3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. lib.metaMenu = HMENU
  2. lib.metaMenu.special = directory
  3. lib.metaMenu.special.value = 90
  4. lib.metaMenu.1 = TMENU
  5. lib.metaMenu.1.NO {
  6. allWrap = |
  7. wrapItemAndSub = | · |*|| · |*||
  8. }
  9.  
  10. lib.metaMenu.1.ACT = 1
  11. lib.metaMenu.1.ACT {
  12. allWrap = |
  13. wrapItemAndSub = | · |*|| · |*||
  14. ATagParams = class="active"
  15. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.