db = $db; $this->config = $config; $this->passwords_manager = $passwords_manager; $this->request = $request; $this->user = $user; $this->phpbb_root_path = $phpbb_root_path; $this->php_ext = $php_ext; $this->phpbb_container = $phpbb_container; } /** * {@inheritdoc} */ public function get_acp_template($new_config) { return array( 'TEMPLATE_FILE' => '@oneall_sociallogin/auth_provider_oneall.html', 'TEMPLATE_VARS' => array( ) ); } /** * {@inheritdoc} */ public function get_login_data() { $login_data = array( 'TEMPLATE_FILE' => '@oneall_sociallogin/login_body_oneall.html' ); return $login_data; } }