/**
  * constructor
  *
  * @access public
  * @return void
  * @author Ultimate Module Creator
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('ibrams_cmsextended/cmspage/tree.phtml');
     $this->setUseAjax(true);
     $this->_withProductCount = true;
 }
 /**
  * constructor
  *
  * set template
  * @access public
  * @author Ultimate Module Creator
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('ibrams_cmsextended/cmspage/edit/form.phtml');
 }