Beispiel #1
0
 function __construct()
 {
     parent::__construct();
     $MyApp = JTheFactoryApplication::getInstance();
     JLoader::register('JTheFactoryThemesHelper', $MyApp->app_path_admin . 'themes/helper/themes.php');
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct('payments');
     JHtml::addIncludePath($this->basepath . DS . 'html');
 }
Beispiel #3
0
 function __construct()
 {
     $lang = JFactory::getLanguage();
     $lang->load('thefactory.' . strtolower($this->modulename));
     parent::__construct();
 }
Beispiel #4
0
 function __construct()
 {
     $MyApp = JTheFactoryApplication::getInstance();
     $this->formxml = JPATH_ROOT . DS . "administrator" . DS . "components" . DS . APP_EXTENSION . DS . $MyApp->getIniValue('configxml');
     parent::__construct();
 }
Beispiel #5
0
 function __construct()
 {
     parent::__construct('payments');
     JHTML::stylesheet("administrator/components/" . APP_EXTENSION . "/thefactory/payments/css/payments.css");
     JHtml::addIncludePath($this->basepath . DS . 'html');
 }