Ejemplo n.º 1
0
 /**
  * Block construction
  * Defines tree template and init tree params
  *
  * @access public
  * @return void
  * @author Ultimate Module Creator
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('ibrams_cmsextended/cmspage/widget/tree.phtml');
 }
Ejemplo n.º 2
0
 /**
  * constructor
  * Specify template to use
  *
  * @access public
  * @author Ultimate Module Creator
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('ibrams_cmsextended/catalog/category/tab/cmspages.phtml');
 }