assign('CUSTOM_MODULE', true); $this->assign('APP', $app_strings); $this->assign('MOD', $mod_strings); $this->assign('MODULE', $currentModule); // TODO: Update Single Module Instance name here. $this->assign('SINGLE_MOD', 'SINGLE_'.$currentModule); $this->assign('CATEGORY', 'Settings'); $this->assign('IMAGE_PATH', "themes/$theme/images/"); $this->assign('THEME', $theme); } } ?>