Ejemplo n.º 1
0
 protected function _prepareLayout()
 {
     if ($headBlock = $this->getLayout()->getBlock('head')) {
         $headBlock->setTitle($this->__('Review Order - %s', $headBlock->getDefaultTitle()));
     }
     return parent::_prepareLayout();
 }
Ejemplo n.º 2
0
 protected function _prepareLayout()
 {
     if ($headBlock = $this->getLayout()->getBlock('head')) {
         $headBlock->setTitle(Mage::helper('checkout')->__('Shipping Methods') . ' - ' . $headBlock->getDefaultTitle());
     }
     return parent::_prepareLayout();
 }
Ejemplo n.º 3
0
 protected function _prepareLayout()
 {
     if ($headBlock = $this->getLayout()->getBlock('head')) {
         $headBlock->setTitle(Mage::helper('Mage_Checkout_Helper_Data')->__('Change Billing Address') . ' - ' . $headBlock->getDefaultTitle());
     }
     return parent::_prepareLayout();
 }