add_lang_ext('dmzx/mchat', 'mchat_acp'); // Set template $this->tpl_name = 'acp_mchat'; $this->page_title = 'MCHAT_ACP_TITLE'; // Get an instance of the ACP controller and display the options $controller = $phpbb_container->get('dmzx.mchat.acp.controller'); $controller->display_options($this->u_action); } }