add_lang_ext('dmzx/mchat', array('mchat_acp', 'mchat_ucp')); // Set template $this->tpl_name = 'acp_mchat_' . strtolower($mode); $this->page_title = 'MCHAT_ACP_' . strtoupper($mode) . '_TITLE'; // Get an instance of the ACP controller and display the options $controller = $phpbb_container->get('dmzx.mchat.acp.controller'); $controller->$mode($this->u_action); } }