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