Magento 1.8: Where to Find the Source Code to Edit Title?

magento-1.8page-title

where to edit and the find the source code of this.As magento codes are difficult to understand.

enter image description here

Best Answer

There might be a better way to do this but this should get you there: Magento\app\design\adminhtml\default\default\layout\main.xml

Line 57

<action method="setTitle" translate="title"><title>Magento Admin</title></action>
Related Topic