Advertisement
Guest User

Untitled

a guest
Jun 20th, 2012
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. temp.LANDINGPAGEMENU = COA
  2. temp.LANDINGPAGEMENU {
  3.  
  4.   30 = COA
  5.  
  6.   20 = HMENU
  7.   20 {
  8.     maxItems = 4
  9.     special = directory    
  10.     special.value .< temp.LANDINGPAGEMENU.30.value
  11.     1 = TMENU
  12.     1 {
  13.       expAll = 1
  14.       wrap = <ul class="less-space">|</ul>
  15.       NO = 1
  16.       NO {
  17.         wrapItemAndSub = <li>|</li>
  18.         ATagTitle.data = description
  19.       }
  20.       ACT < .NO
  21.       ACT.wrapItemAndSub = <li class="active">|</li>
  22.       CUR < .NO
  23.       CUR.wrapItemAndSub = <li class="current">|</li>
  24.     }
  25.   }
  26.  
  27.   10 = HTML
  28.   10 {
  29.     #value = test
  30.     value.wrap = <h2>|</h2>
  31.     value.typolink {      
  32.       parameter .< temp.LANDINGPAGEMENU.30.value
  33.     }
  34.   }
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement