Added custom acp template to module template portal_default.php

This commit is contained in:
Marc Alexander
2010-10-07 10:15:15 +00:00
parent 38da0b16f5
commit e1fedf8b62

View File

@@ -46,6 +46,12 @@ class portal_modulename_module
*/ */
var $language = ''; var $language = '';
/**
* custom acp template
* file must be in "adm/style/portal/"
*/
var $custom_acp_tpl = '';
function get_template_center($module_id) function get_template_center($module_id)
{ {
global $config, $template; global $config, $template;