コード例 #1
0
ファイル: shoplite.php プロジェクト: procivam/s-mir-new
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_shoplite.tpl");
     $this->AddJScript("/modules/shoplite/admin/shoplite.js");
     $this->AddJScript("/system/objcomp/jscripts/files.js");
     $this->AddJScript("/system/objcomp/jscripts/images.js");
 }
コード例 #2
0
ファイル: catalog.php プロジェクト: procivam/s-mir-new
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_catalog.tpl");
     $this->AddJScript("/modules/catalog/admin/catalog.js");
     $this->AddJScript("/system/objcomp/jscripts/files.js");
     $this->AddJScript("/system/objcomp/jscripts/images.js");
 }
コード例 #3
0
ファイル: cfields.php プロジェクト: procivam/s-mir-new
 function __construct()
 {
     parent::__construct("plugin_cfields.tpl");
 }
コード例 #4
0
ファイル: search.php プロジェクト: procivam/s-mir-new
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_search.tpl");
     $this->AddJScript("/modules/search/admin/search.js");
 }
コード例 #5
0
ファイル: banners.php プロジェクト: procivam/s-mir-new
 function __construct()
 {
     parent::__construct("plugin_banners.tpl");
     $this->AddJScript("/plugins/banners/admin/banners.js");
 }
コード例 #6
0
ファイル: feedback.php プロジェクト: procivam/s-mir-new
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_feedback.tpl");
     $this->AddJScript("/modules/feedback/admin/feedback.js");
 }
コード例 #7
0
ファイル: pages.php プロジェクト: procivam/s-mir-new
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_pages.tpl");
     $this->AddJScript("/modules/pages/admin/pages.js");
     $this->AddJScript("/system/objcomp/jscripts/tpleditor.js");
 }
コード例 #8
0
ファイル: rss.php プロジェクト: procivam/s-mir-new
 function __construct()
 {
     parent::__construct("plugin_rss.tpl");
     $this->AddJScript("/plugins/rss/admin/rss.js");
 }
コード例 #9
0
ファイル: courier.php プロジェクト: procivam/s-mir-new
 function __construct()
 {
     parent::__construct("plugin_courier.tpl");
     $this->AddJScript("/plugins/courier/admin/courier.js");
 }
コード例 #10
0
ファイル: listdata.php プロジェクト: procivam/s-mir-new
 function __construct()
 {
     parent::__construct("plugin_listdata.tpl");
     $this->AddJScript("/plugins/listdata/admin/listdata.js");
 }
コード例 #11
0
ファイル: fcategory.php プロジェクト: procivam/s-mir-new
 function __construct()
 {
     parent::__construct("plugin_fcategory.tpl");
     $this->AddJScript("/plugins/fcategory/admin/fcategory.js");
 }
コード例 #12
0
ファイル: gallery.php プロジェクト: procivam/s-mir-new
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_gallery.tpl");
     $this->AddJScript("/modules/gallery/admin/gallery.js");
 }
コード例 #13
0
ファイル: seo.php プロジェクト: procivam/s-mir-new
 function __construct()
 {
     parent::__construct("plugin_seo.tpl");
     $this->AddJScript("/plugins/seo/admin/seo.js");
 }
コード例 #14
0
ファイル: sitemap.php プロジェクト: procivam/s-mir-new
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_sitemap.tpl");
     $this->AddJScript("/modules/sitemap/admin/sitemap.js");
 }
コード例 #15
0
ファイル: sitemap.php プロジェクト: procivam/s-mir-new
 /**
  * Конструктор.
  */
 function __construct()
 {
     $this->treemap = new A_ExpandTree();
     parent::__construct();
 }
コード例 #16
0
ファイル: archive.php プロジェクト: procivam/s-mir-new
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_archive.tpl");
 }