[TYPO3-english]  Browse menu question
    Tony Lush 
    tlush at advancewm.com
       
    Mon Apr  4 15:05:50 CEST 2011
    
    
  
I am trying to set up a browse menu for pages at the third level of a 
site that uses the templavoila_framework
Category
-Section 1
--Topic 1
--Topic 2
--Topic 3
-Section 2
...
The Topic pages are of type f1c, so I set the typoscript to:
f1c.postCodeContentBlock-1 = COA
f1c.postCodeContentBlock-1  {
     wrap = <div class="previousNext">|</div>
     10 = HMENU
     10.special = browse
     10.special {
         items = prev | next
         prev.fields.title = << Back
         next.fields.title = Next >>
         }
     10.1 = TMENU
     10.1.NO {
         linkwrap =      |
     }
}
I am getting no output from this. Can someone point out my error?
Thank you -- Tony
    
    
More information about the TYPO3-english
mailing list