Advertisement
Guest User

pl_itemArrayProcFunc2

a guest
May 21st, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. lib.nav.2 = HMENU
  2. lib.nav.2 {
  3.     entryLevel = 0
  4.     excludeUidList = 75
  5.     1 = TMENU
  6.     1 {
  7.         debugItemConf = 1
  8.         expAll = 1
  9.         noBlur = 1
  10.         wrap = |
  11.         NO = 1
  12.         NO {
  13.             ATagTitle.field = nav_title // title
  14.             wrapItemAndSub = <li class="projekte">|</li>
  15.             #wrapItemAndSub.insertData=1
  16.         }
  17.         ACT = 1
  18.         ACT {
  19.             ATagTitle.field = nav_title // title
  20.             wrapItemAndSub = <li class="projekte active">|</li>
  21.             #wrapItemAndSub.insertData=1
  22.         }
  23.     }
  24.     2 < .1
  25.     2 {
  26.         debugItemConf = 1
  27.         wrap = <ul class="level2">|</ul>
  28.         itemArrayProcFunc = tx_mpreferencedb_itemsProcFunc->unitsItemArrayProcFunc
  29.         IProcFunc = tx_mpreferencedb_itemsProcFunc->unitsIProcFunc
  30.         NO.wrapItemAndSub = <li>|</li>
  31.         ACT.wrapItemAndSub = <li class="active">|</li>
  32.  
  33.     }
  34.     3 < .1
  35.     3 {
  36.         debugItemConf = 1
  37.         wrap = <ul class="level3">|</ul>
  38.         itemArrayProcFunc = tx_mpreferencedb_itemsProcFunc->categoryItemArrayProcFunc
  39.         itemArrayProcFunc.mobile = 0
  40.         IProcFunc = tx_mpreferencedb_itemsProcFunc->categoryIProcFunc
  41.         NO.wrapItemAndSub = <li>|</li>
  42.         ACT.wrapItemAndSub = <li class="active">|</li>
  43.     }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement