[Typo3] typoscript subpage menu, How do I...?
Jacob Floyd
techgurufloyd at gmail.com
Sun Jun 12 08:57:45 CEST 2005
I copied the wrong bit of code.
Corrected Code:
>
> This is my code:
> ===========================
> # Substitute the ###leftbar### subpart with left content
> subparts.leftbar = COA
> subparts.leftbar {
> 20 = HMENU
> 20 {
> entrylevel = 1
> 1 = TMENU
> 1 {
> wrap = <br /><table width="95%" border="0" cellpadding="1"
> cellspacing="0"><tr><td align="center"
> class="sectiontop">Directory</td></tr><tr><td align="center"
> class="sectionbody"> | </td></tr></table><br />
> NO {
> 10 = HTML
> 10.value.field = title
> linkWrap = | <br />
> }
> }
> }
> 30 < styles.content.getLeft
> }
>
===========================
>
> Thanks!
>
More information about the TYPO3-english
mailing list