예제 #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('affiliateplusstatistic/salebar.phtml');
 }
 /**
  * set template
  *
  * @throws Exception
  */
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('connector/dashboard/tabs/analysis/index.phtml');
 }
예제 #3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('dashboard/salebar.phtml');
 }
예제 #4
0
 /**
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('ebizmarts/abandonedcart/dashboard/totalbar.phtml');
 }
 /**
  * set template
  *
  * @throws Exception
  */
 public function __construct()
 {
     parent::_construct();
     $this->setTemplate('connector/dashboard/tabs/config.phtml');
 }
 /**
  * Set the template.
  */
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('connector/dashboard/accountbar.phtml');
 }
예제 #7
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('rewardpoints/dashboard/totalbar.phtml');
 }
 /**
  * Set the template.
  */
 public function __construct()
 {
     $this->initiateGroupArray();
     parent::_construct();
     $this->setTemplate('connector/dashboard/tabs/general/index.phtml');
 }