<?php Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS); ?>
“It's not at all important to get it right the first time. It's vitally important to get it right the last time.” - Andrew Hunt and David Thomas
Thursday, 17 April 2014
Magento Call PHTML File in CMS Page
{{block type="catalog/product" template="catalog/product/new.phtml"}}
Magento Call Static Block in PHTML File
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('my-new-block-id')->toHtml(); ?>
Subscribe to:
Posts (Atom)