Wednesday, 20 June 2018

How to get page title in magento ?

use this code:

$this->getLayout()->getBlock('head')->getTitle();

No comments:

Post a Comment