We're writing a Magento extension that injects HTML code into the store pages.
We're currently hooking on the core_block_abstract_to_html_after event to inject our HTML.
This event doesn't seem to be supported in Magento 1.4.0, only 1.4.1 and above.
What is the recommended method to inject HTML to all the store pages (but not to admin pages) in Magento 1.4.0?