I need to remove a block that is set by the page.xml the rwd folder / default / layout. The code of one of them is this:
<block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
<block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
<label>Page Footer</label>
<action method="setElementClass"><value>bottom-container</value></action>
</block>
In my research, I saw that it is possible to remove by creating a file called local.xml within the layout, but I have an option to hide/ visible within my module and must be removed through my file custom.PHTML, how as I do this? Thanks