Hot answers tagged magento-1.6
1
Replace:
<reference name="newreference">
<block type="core/template" name="newreferenceblock" template="newreference.phtml" />
</reference>
with:
<block type="core/template" name="newreferenceblock" template="newreference.phtml" />
and then call your block inside template using 'newreferenceblock' as a name of the block:
...
Only top voted, non community-wiki answers of a minimum length are eligible
