Esempio n. 1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('dashboard/bar.phtml');
 }
Esempio n. 2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('dashboard/bar.phtml');
     $this->_currency = Mage::app()->getStore($this->getParam('store'))->getBaseCurrency();
 }
Esempio n. 3
0
 /**
  * Initialize object
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('dashboard/graph.phtml');
 }
Esempio n. 4
0
 /**
  * Initialize object
  *
  * @return void
  */
 public function __construct()
 {
     $this->setHtmlId('newrelic');
     parent::__construct();
     $this->setTemplate('dashboard/proxiblue_newrelic.phtml');
 }