default part of catalog.xml. not working


/ Published in: XML
Save to your folder(s)

The non-working part of catalog.xml


Copy this code and paste it in your HTML
  1. <default>
  2. <!-- Mage_Catalog -->
  3. <block type="core/template" name="top" template="page/html/top.phtml"></block>
  4.  
  5. <block type="core/template" name="header" template="page/html/header.phtml"></block>
  6.  
  7. <block type="core/template" name="main" template="page/html/main.phtml">
  8. <block type="core/template" name="left" template="page/html/left.phtml"></block>
  9. <block type="core/template" name="middle" template="page/html/middle.phtml"></block>
  10. <block type="core/template" name="right" template="page/html/right.phtml"></block>
  11. </block>
  12.  
  13. <reference name="footer_links">
  14. <action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map">
  15. <label>Site Map</label>
  16. <url helper="catalog/map/getCategoryUrl" />
  17. <title>Site Map</title>
  18. </action>
  19. </reference>
  20.  
  21. <block type="catalog/product_price_template" name="catalog_product_price_template" />
  22. </default>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.