Return to Snippet

Revision: 59248
at August 27, 2012 22:21 by xaddict


Initial Code
<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>

Initial URL


Initial Description
The non-working part of catalog.xml

Initial Title
default part of catalog.xml. not working

Initial Tags
theme, magento

Initial Language
XML