Advertisement
Guest User

TinyMCE

a guest
Aug 11th, 2010
361
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.  
  21.   2 < .1
  22.   2 {
  23.     ACT = 1
  24.     ACT.allWrap = <li class="active"><strong>|</strong></li>
  25.   }
  26.  
  27. }
  28.  
  29. lib.mainTitle = TEXT
  30. lib.mainTitle.data = leveltitle:2
  31.  
  32.  
  33. lib.subNavigation = COA
  34. lib.subNavigation {
  35.   wrap = <ul>|</ul>
  36.   10 = HMENU
  37.   10 {
  38.    entryLevel = 2
  39.     1 = TMENU
  40.     1 {
  41.       NO = 1
  42.       NO {
  43.         allWrap = <li>|</li>
  44.       }
  45.    
  46.       CUR = 1
  47.       CUR {
  48.         allWrap = '<li class="active"><strong>|</strong></li>
  49.         doNotLinkIt = 1
  50.       }
  51.      
  52.      
  53.     }
  54.   }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement