コード例 #1
0
ファイル: Overview.php プロジェクト: arslbbt/mangentovies
 protected function _prepareLayout()
 {
     if ($headBlock = $this->getLayout()->getBlock('head')) {
         $headBlock->setTitle($this->__('Review Order - %s', $headBlock->getDefaultTitle()));
     }
     return parent::_prepareLayout();
 }
コード例 #2
0
ファイル: Shipping.php プロジェクト: arslbbt/mangentovies
 protected function _prepareLayout()
 {
     if ($headBlock = $this->getLayout()->getBlock('head')) {
         $headBlock->setTitle(Mage::helper('checkout')->__('Shipping Methods') . ' - ' . $headBlock->getDefaultTitle());
     }
     return parent::_prepareLayout();
 }
コード例 #3
0
ファイル: Select.php プロジェクト: nemphys/magento2
 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();
 }