/**
  * Initialize block template
  */
 protected function _construct()
 {
     $category = Mage::registry('current_category');
     if (!$category) {
         return parent::_construct();
     }
     /** @var $changesObject Firegento_FlexCms_Model_Category_Changes */
     $changesObject = Mage::getModel('firegento_flexcms/category_changes')->loadByCategory($category);
     if (!$changesObject->getId()) {
         return parent::_construct();
     }
     $this->setTemplate('firegento/flexcms/fieldset.phtml');
 }
Exemple #2
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('mzax/emarketing/campaign/presets.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('extendware/ewcore/frontend/widget/form/renderer/fieldset.phtml');
 }
 public function _construct()
 {
     parent::_construct();
     //$this->setTemplate('pdfinvoiceplus/fieldset.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bl/customgrid/widget/grid/form/renderer/fieldset.phtml');
 }