Advertisement
Guest User

Untitled

a guest
Aug 11th, 2010
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. lib.navigation = HMENU
  2. lib.navigation {
  3.   wrap = <ul>|</ul>
  4.  
  5.  
  6.   1 = TMENU
  7.   1 {
  8.     expAll = 1
  9.     NO = 1
  10.     NO {
  11.       allWrap = <li>|</li>
  12.     }
  13.    
  14.     CUR = 1
  15.     CUR {
  16.       allWrap = '<li class="active"><strong>|</strong></li>
  17.       doNotLinkIt = 1
  18.     }
  19.    
  20.     ACT = 1
  21.     ACT {
  22.       allWrap = '<li class="active"><strong>|</strong></li>
  23.       doNotLinkIt = 1      
  24.     }
  25.      
  26.   }
  27.  
  28.   2 < .1
  29.  
  30. }
  31.  
  32. lib.mainTitle = TEXT
  33. lib.mainTitle.data = leveltitle:2
  34.  
  35.  
  36. lib.subNavigation = COA
  37. lib.subNavigation {
  38.   wrap = <ul>|</ul>
  39.   10 = HMENU
  40.   10 {
  41.    entryLevel = 2
  42.     1 = TMENU
  43.     1 {
  44.       NO = 1
  45.       NO {
  46.         allWrap = <li>|</li>
  47.       }
  48.    
  49.       CUR = 1
  50.       CUR {
  51.         allWrap = '<li class="active"><strong>|</strong></li>
  52.         doNotLinkIt = 1
  53.       }
  54.      
  55.      
  56.     }
  57.   }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement