Added custom acp template to module template portal_default.php
This commit is contained in:
@@ -46,6 +46,12 @@ class portal_modulename_module
|
||||
*/
|
||||
var $language = '';
|
||||
|
||||
/**
|
||||
* custom acp template
|
||||
* file must be in "adm/style/portal/"
|
||||
*/
|
||||
var $custom_acp_tpl = '';
|
||||
|
||||
function get_template_center($module_id)
|
||||
{
|
||||
global $config, $template;
|
||||
|
||||
Reference in New Issue
Block a user