Which block is responsible for rendering javascript in Magento? zendnwar October 2, 2014 Magento 0 Comments Mage_Page_Block_Html_Head addJs(), addJsIe(), addItem(), getCssJsHtml() Related Posts How to Disable Magento Multi Address Checkout zendnwar October 22, 2014 It is very simple. Just open checkout.xml Line number may be 58. <!–block type=” .. How do I call a static block inside top.phtml zendnwar December 20, 2012 This is very simple call to a static block in top.phtml. At first create a static block from ma ..