I created a block and I put it in an xml layout and it shows my theme correctly. My problem is that I really don't want it to appear until I explicitly name it with getChildHtml ('myblock').
My xml block looks like this:
<block type="page/html" name="myblock" as="myblock" template="page/html/myblock.phtml"/ >
Does anyone know how to achieve this?
thanks
source share