1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/oauth] Template for ucp_login_link started

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-25 12:49:30 -04:00
parent fcac58e065
commit 317a71a838
4 changed files with 18 additions and 1 deletions

View File

@@ -31,5 +31,8 @@ class ucp_login_link
$auth_provider = 'auth.provider.' . $request->variable('auth_provider', $config['auth_method']);
$auth_provider = $phpbb_container->get($auth_provider);
$this->tpl_name = 'ucp_login_link';
$this->page_title = 'UCP_LOGIN_LINK';
}
}
}