Static images navigation / Image menu


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

Static images (without generation) UL/LI list navigation fully manageable via backend


Copy this code and paste it in your HTML
  1. # ==========
  2. # Events
  3. # ==========
  4. lib.events = HMENU
  5. lib.events {
  6. special = directory
  7. special.value = {$events.pid}
  8.  
  9. 1 = TMENU
  10. 1 {
  11. wrap = <ul>|</ul>
  12. noBlur = 1
  13.  
  14. NO {
  15. allWrap = <li>|</li>
  16.  
  17. stdWrap.cObject = COA
  18. stdWrap.cObject {
  19. 10 = TEXT
  20. 10.wrap = <img src="uploads/media/|" alt="
  21. 10.data = field:media
  22.  
  23. 20 = TEXT
  24. 20.wrap = |"
  25. 20.data = field:subtitle
  26.  
  27. 30 = TEXT
  28. 30.wrap = title="|" />
  29. 30.data = field:subtitle
  30. }
  31. }
  32. }
  33. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.