add_lang_ext('dmzx/mchat', 'info_acp_mchat'); // Load a template from adm/style for our ACP page $this->tpl_name = 'acp_mchat'; // Set the page title for our ACP page $this->page_title = 'MCHAT_TITLE'; // Get an instance of the admin controller $admin_controller = $phpbb_container->get('dmzx.mchat.admin.controller'); // Make the $u_action url available in the admin controller $admin_controller->set_page_url($this->u_action); // Load the display settings handle in the admin controller $admin_controller->display_options(); } }