Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lib.nav.2 = HMENU
- lib.nav.2 {
- entryLevel = 0
- excludeUidList = 75
- 1 = TMENU
- 1 {
- debugItemConf = 1
- expAll = 1
- noBlur = 1
- wrap = |
- NO = 1
- NO {
- ATagTitle.field = nav_title // title
- wrapItemAndSub = <li class="projekte">|</li>
- #wrapItemAndSub.insertData=1
- }
- ACT = 1
- ACT {
- ATagTitle.field = nav_title // title
- wrapItemAndSub = <li class="projekte active">|</li>
- #wrapItemAndSub.insertData=1
- }
- }
- 2 < .1
- 2 {
- debugItemConf = 1
- wrap = <ul class="level2">|</ul>
- itemArrayProcFunc = tx_mpreferencedb_itemsProcFunc->unitsItemArrayProcFunc
- IProcFunc = tx_mpreferencedb_itemsProcFunc->unitsIProcFunc
- NO.wrapItemAndSub = <li>|</li>
- ACT.wrapItemAndSub = <li class="active">|</li>
- }
- 3 < .1
- 3 {
- debugItemConf = 1
- wrap = <ul class="level3">|</ul>
- itemArrayProcFunc = tx_mpreferencedb_itemsProcFunc->categoryItemArrayProcFunc
- itemArrayProcFunc.mobile = 0
- IProcFunc = tx_mpreferencedb_itemsProcFunc->categoryIProcFunc
- NO.wrapItemAndSub = <li>|</li>
- ACT.wrapItemAndSub = <li class="active">|</li>
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement