Hello,
I have this in templateListener:
Code
<import>
<templatelistener name="styleBrandingFree">
<environment>user</environment>
<templatename>pageFooterCopyright</templatename>
<eventname>copyright</eventname>
<templatecode><![CDATA[{include file='pageStyleBrandingFree'}]]></templatecode>
</templatelistener>
</import>
That works fine.
And then I created another package with this templateListener:
When I install this package, nothing happens. The code in the pageStyleBrandingFree template is still visible.
What is the proper way of deleting template code in templateListener?
Thanks.