コード例 #1
0
ファイル: Bar.php プロジェクト: jpbender/mage_virtual
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('dashboard/bar.phtml');
 }
コード例 #2
0
ファイル: Bar.php プロジェクト: arslbbt/mangentovies
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('dashboard/bar.phtml');
     $this->_currency = Mage::app()->getStore($this->getParam('store'))->getBaseCurrency();
 }