コード例 #1
0
ファイル: Addons.php プロジェクト: Bouhnosaure/Typesetter
 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();
 }
コード例 #2
0
ファイル: Layout.php プロジェクト: Bouhnosaure/Typesetter
 public function __construct($args)
 {
     global $gpLayouts, $config;
     parent::__construct($args);
     $this->gpLayouts_before = $gpLayouts;
     $this->config_before = $config;
     $this->page->head_js[] = '/include/js/theme_content.js';
     $this->page->head_js[] = '/include/js/dragdrop.js';
     $this->page->css_admin[] = '/include/css/theme_content.scss';
     \gp\tool::LoadComponents('resizable');
     $this->GetPossible();
 }