Adding controls... got that... but how to remove them?
Well... the topic title says it :P I know how to add controls to the page object, but how do I remove them?
I've written an extension that adds a HTML footer. But how can I remove the original footer? Any ideas?
Here's my extension (didn't add it to the extension list, cuz I want to be able to remove the default footer object):
Custom Footer
(omg ^^ it took me more time to write the html template than the extension :P)
I've written an extension that adds a HTML footer. But how can I remove the original footer? Any ideas?
Here's my extension (didn't add it to the extension list, cuz I want to be able to remove the default footer object):
Custom Footer
(omg ^^ it took me more time to write the html template than the extension :P)
0
This discussion has been closed.
Comments
The foot control is held in a $Foot variable and it is added to the page object *right* after the extensions are included in the page. So, you could just re-assign that variable to your foot control and then let the app do it's thing:
From appg/init_internal.php: