示例#1
0
 /**
  * constructor
  * Specify template to use
  *
  * @access public
  * @author Ultimate Module Creator
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('ibrams_cmsextended/catalog/category/tab/pages.phtml');
 }
示例#2
0
 /**
  * constructor
  * Specify template to use
  *
  * @access public
  * @return void
  * @author Ultimate Module Creator
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('ibrams_cmsextended/catalog/product/edit/tab/page.phtml');
 }