Example #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('dashboard/bar.phtml');
 }
Example #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('dashboard/bar.phtml');
     $this->_currency = Mage::app()->getStore($this->getParam('store'))->getBaseCurrency();
 }