From e1fedf8b62f81cabb64d3703d2c8a39a03bfad49 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 7 Oct 2010 10:15:15 +0000 Subject: [PATCH] Added custom acp template to module template portal_default.php --- root/portal/modules/portal_default.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/root/portal/modules/portal_default.php b/root/portal/modules/portal_default.php index e34da23a..91ec08f4 100644 --- a/root/portal/modules/portal_default.php +++ b/root/portal/modules/portal_default.php @@ -45,6 +45,12 @@ class portal_modulename_module * file must be in "language/{$user->lang}/mods/portal/" */ var $language = ''; + + /** + * custom acp template + * file must be in "adm/style/portal/" + */ + var $custom_acp_tpl = ''; function get_template_center($module_id) {