Ejemplo n.º 1
0
 /**
  * @return $this
  */
 protected function _prepareLayout()
 {
     if ($headBlock = $this->getLayout()->getBlock('head')) {
         $headBlock->setTitle(__('Change Billing Address') . ' - ' . $headBlock->getDefaultTitle());
     }
     return parent::_prepareLayout();
 }
Ejemplo n.º 2
0
 /**
  * @return $this
  */
 protected function _prepareLayout()
 {
     $this->pageConfig->getTitle()->set(__('Change Billing Address') . ' - ' . $this->pageConfig->getTitle()->getDefault());
     return parent::_prepareLayout();
 }