|
I have a custom block which I am displaying on my homepage and it displays a flash banner, now I have 2 stores and on each store I want to show a different flash file in this area and I have been trying to use the Layout Update XML field on the CMS homepage for the second site to set a different file.
This is the current code I have in the page.xml file which sets it up;
<block type="page/html_banner" name="banner" as="banner"> <action method="setBanner"><banner>images/flash/banner_2.swf</banner><alt>Want something fresh for summer?</alt></action> </block>
I have tried added this same code to the Layout Update XML field but with a different banner image url but the same image still displays on both homepages?
|