Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Site Path Navigation (See related posts)

Looks like this:

Home : About : Page1 : Page2

   1  
   2  temp.nav_bc = HMENU
   3  temp.nav_bc.special = rootline
   4  temp.nav_bc.special.range = 1|8
   5  #temp.nav_bc.excludeUidList = 177
   6  temp.nav_bc.1 = TMENU
   7  temp.nav_bc.1 {
   8    NO.linkWrap = | : |*||*| |
   9    NO.stdWrap.htmlSpecialChars = 1
  10    NO.stdWrap.field = nav_title // title
  11    CUR < NO
  12    CUR = 1
  13    #CUR.doNotLinkIt = 1
  14    CUR.stdWrap.htmlSpecialChars = 1
  15  }
  16  
  17  page.10 < temp.nav_bc
  18  

You need to create an account or log in to post comments to this site.


Click here to browse all 5562 code snippets

Related Posts