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

@@ -45,6 +45,12 @@ class portal_modulename_module
* file must be in "language/{$user->lang}/mods/portal/" * file must be in "language/{$user->lang}/mods/portal/"
*/ */
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)
{ {