I have 3 stores on my Magento installation. Each site has its own footer, with content coming from Static Blocks that are allocated to a specific Site View.
This is added to the page via cms.xml. For example:
<block type="cms/block" name="cms_footer_links" before="footer_links_ic">
<!--
The content of this block is taken from the database by its block_id.
You can manage it in admin CMS -> Static Blocks
-->
<action method="setBlockId"><block_id>footer_links_ic</block_id></action>
</block>
This was fine until recently, when I noticed that suddenly all the sites had the same footer. I hadn't changed anything relating to the footers; although maybe the recent update to 1.9.2 was responsible?
Anyway, I don't understand why the footers now don't work properly. Please help, it's driving me crazy. I don't know where to even start on this.