Hi,
I'd like to use the if defined tags to check wether to render my menu container or not.
I've tried with this code (spaces added to avoid html comment):
< !--@If Defined(subMenu)-- >
< !--@subMenu-- >
< !--@EndIf(subMenu)-- >
< !--@If Not Defined(subMenu)-- >
No menu
< !--@EndIf(subMenu)-- >
But only "No menu" is rendered.
Is it not possible to check if a menu should be rendered?
//Martin