Esempio n. 1
0
 protected function _construct()
 {
     parent::_construct();
     if (!$this->getTemplate()) {
         // Set the default template
         $this->setTemplate("klevu/search/form/information.phtml");
     }
 }
Esempio n. 2
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('bronto/common/suppressed.phtml');
 }
Esempio n. 3
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('bronto/verify/installs.phtml');
     $this->_helper = Mage::helper('bronto_verify');
 }