Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('license_section');
     $this->_title = $this->getMyHelper()->__('Registration');
     $this->regInfo = Mage::helper('mturbo/info')->getRegInfo();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('product_section');
     $this->_title = $this->getMyHelper()->__('Products');
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('category_section');
     $this->_title = $this->getMyHelper()->__('Categories');
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('cms_section');
     $this->_title = $this->getMyHelper()->__('CMS');
 }
Ejemplo n.º 5
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('dynamic_section');
     $this->_title = $this->getMyHelper()->__('Dynamic loaded blocks');
 }
Ejemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('action_section');
     $this->_title = $this->getMyHelper()->__('Uninstall');
 }
Ejemplo n.º 7
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('website_section');
     $this->_title = $this->getMyHelper()->__('Websites Configuration');
 }
Ejemplo n.º 8
0
 /**
  * Constructor. Id of this section is 'main_section'.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('main_section');
     $this->_title = $this->getMyHelper()->__('Main Configuration');
 }