[TYPO3] Menu not rendered

JoH asenau info at cybercraft.de
Tue Oct 16 11:15:47 CEST 2007


> You're right, that bad guy was the reason why the menu block wasn't
> generated inside a table. However the menu is still being renderd at
> the wrong place. The output is placed directly after the body tag,
> it's almost as if the TS markup is being ignored during the rendering
> process. Any ideas?

If you look at the following reduced version of your code, you might find
out where the problem is:

left.5 = HMENU
left.10 = TEMPLATE
left.10 {
  subparts.APA < left.5
}

left.5 is rendered before left.10
while subparts.APA  < left.5 simply will be ignored.

change left.5 to something like
temp.leftmenu
and then replace the subpart with it:
subparts.APA < temp.leftmenu

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-english mailing list