Esempio n. 1
0
 function __construct($args)
 {
     global $langmessage;
     parent::__construct($args);
     $this->InitRating();
     $this->GetData();
     $this->page->head_js[] = '/include/js/auto_width.js';
     $this->avail_addons = $this->GetAvailAddons();
 }
Esempio n. 2
0
 /**
  *
  */
 public function RemoteInstallConfirmed()
 {
     $installer = parent::RemoteInstallConfirmed('themes');
     $this->GetPossible();
     $this->UpdateLayouts($installer);
 }