add_lang_ext('dmzx/mchat', 'mchat_ucp'); // Set template $this->tpl_name = 'ucp_mchat'; $this->page_title = 'UCP_MCHAT_CONFIG'; // Get an instance of the UCP controller and display the options $controller = $phpbb_container->get('dmzx.mchat.ucp.controller'); $controller->$mode($this->u_action); } }