|
Hi
I have problem with static blocks on my site. Everything worked fine on 1.7.0 version. To show static block on my page I use code
<reference name="left"> <block type="cms/block" name="block1" after="sale.reorder.sidebar"> <action method="setBlockId"><block_id>certyfikat</block_id></action> </block> </reference>
After upgrade my magento to 1.7.2 version every block gone and this code don’t work.
Could you help me deal with this problem ?
|