Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:cache:litemage:troubleshooting:separate-front-page-footer [2016/05/11 14:06]
Rob Holda created
litespeed_wiki:cache:litemage:troubleshooting:separate-front-page-footer [2016/09/26 18:32]
Rob Holda
Line 36: Line 36:
     - Add the copied footer block XML here with the following modification:​ \\ \\ <​code> ​    <​remove name="​footer"/>​     - Add the copied footer block XML here with the following modification:​ \\ \\ <​code> ​    <​remove name="​footer"/>​
 <​reference name="​root">​ <​reference name="​root">​
-     <​block type="​page/​html_footer"​ name="​homefooter"​ as="​footer"​ template="​page/​htm/​homefooter.phtml">​+     <​block type="​page/​html_footer"​ name="​homefooter"​ as="​footer"​ template="​page/​html/​homefooter.phtml">​
        ...        ...
      </​block>​      </​block>​
-</​reference></​code>​ This removes the old footer block and adds the newly created homefooter.phtml template for the home page. \\ \\ **Note:** The block name used here has to be unique, but the alias must remain the same as to not interfere with any applied logic. Thus, it is very important to include name="​homefooter"​ as="​footer"​.+</​reference></​code>​ This removes the old footer block and adds the newly created homefooter.phtml template for the home page. \\ \\ **Note:** The block name used here has to be unique, but the alias must remain the same as to not interfere with any applied logic. Thus, it is very important to include ​''​name="​homefooter"​ as="​footer"​''​.
  
 **Note:** **Blocks HTML output** should remain disabled under System >> Cache Management in the Magento Admin Panel. **Note:** **Blocks HTML output** should remain disabled under System >> Cache Management in the Magento Admin Panel.
  
  • Admin
  • Last modified: 2017/05/08 20:05
  • by Lisa Clarke