/ Published in: XML
The non-working part of catalog.xml
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<default> <!-- Mage_Catalog --> <block type="core/template" name="top" template="page/html/top.phtml"></block> <block type="core/template" name="header" template="page/html/header.phtml"></block> <block type="core/template" name="main" template="page/html/main.phtml"> <block type="core/template" name="left" template="page/html/left.phtml"></block> <block type="core/template" name="middle" template="page/html/middle.phtml"></block> <block type="core/template" name="right" template="page/html/right.phtml"></block> </block> <reference name="footer_links"> <action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map"> <label>Site Map</label> <url helper="catalog/map/getCategoryUrl" /> <title>Site Map</title> </action> </reference> <block type="catalog/product_price_template" name="catalog_product_price_template" /> </default>