|
I’m trying to remove the header (i need to do so for some ajax content), but if i try using :
<remove name="header"/> <remove name="menu"/>
or
<reference name="root"> <action method="unsetChild"><name>header</name></action> <action method="unsetChild"><name>menu</name></action> </reference>
and i look at the code generated, the header div is still there, but empty. Moreover, its still showing on the page as a blue bar on top, even if its empty.
How can i completely remove parts of the page, including the block itself?
Thanks
|