Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. 10 = TMENU
  2. 10 {
  3. NO {
  4. ATagTitle.field = abstract // nav_title
  5. wrapItemAndSub = <li>|</li>
  6. stdWrap {
  7. cObject = COA
  8. cObject {
  9. 10 = FILES
  10. 10 {
  11. begin = 0
  12. maxItems = 1
  13. references {
  14. table = pages
  15. uid.field = uid
  16. fieldName = media
  17. }
  18. renderObj = IMAGE
  19. renderObj {
  20. file {
  21. import.data = file:current:uid
  22. treatIdAsReference = 1
  23. width = 1280c
  24. height = 716c
  25. }
  26. altText.field = nav_title // title
  27. }
  28. }
  29. 20 = TEXT
  30. 20 {
  31. field = nav_title // title
  32. wrap = <div class="linktitle">|</div>
  33. required = 1
  34. }
  35. }
  36. }
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement