/** * Конструктор. */ 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"); }
/** * Конструктор. */ 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"); }
function __construct() { parent::__construct("plugin_cfields.tpl"); }
/** * Конструктор. */ function __construct() { parent::__construct("module_search.tpl"); $this->AddJScript("/modules/search/admin/search.js"); }
function __construct() { parent::__construct("plugin_banners.tpl"); $this->AddJScript("/plugins/banners/admin/banners.js"); }
/** * Конструктор. */ function __construct() { parent::__construct("module_feedback.tpl"); $this->AddJScript("/modules/feedback/admin/feedback.js"); }
/** * Конструктор. */ function __construct() { parent::__construct("module_pages.tpl"); $this->AddJScript("/modules/pages/admin/pages.js"); $this->AddJScript("/system/objcomp/jscripts/tpleditor.js"); }
function __construct() { parent::__construct("plugin_rss.tpl"); $this->AddJScript("/plugins/rss/admin/rss.js"); }
function __construct() { parent::__construct("plugin_courier.tpl"); $this->AddJScript("/plugins/courier/admin/courier.js"); }
function __construct() { parent::__construct("plugin_listdata.tpl"); $this->AddJScript("/plugins/listdata/admin/listdata.js"); }
function __construct() { parent::__construct("plugin_fcategory.tpl"); $this->AddJScript("/plugins/fcategory/admin/fcategory.js"); }
/** * Конструктор. */ function __construct() { parent::__construct("module_gallery.tpl"); $this->AddJScript("/modules/gallery/admin/gallery.js"); }
function __construct() { parent::__construct("plugin_seo.tpl"); $this->AddJScript("/plugins/seo/admin/seo.js"); }
/** * Конструктор. */ function __construct() { parent::__construct("module_sitemap.tpl"); $this->AddJScript("/modules/sitemap/admin/sitemap.js"); }
/** * Конструктор. */ function __construct() { $this->treemap = new A_ExpandTree(); parent::__construct(); }
/** * Конструктор. */ function __construct() { parent::__construct("module_archive.tpl"); }