diff options
| author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-25 12:49:30 -0400 |
|---|---|---|
| committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-25 12:49:54 -0400 |
| commit | 317a71a8384f137cedca3c9afbb02605876920c3 (patch) | |
| tree | b5d0b6a0f0b844987e709bc53bc336b087f83368 /phpBB/includes | |
| parent | fcac58e065ed888662f5e8c99bd6cbf1943778b7 (diff) | |
| download | forums-317a71a8384f137cedca3c9afbb02605876920c3.tar forums-317a71a8384f137cedca3c9afbb02605876920c3.tar.gz forums-317a71a8384f137cedca3c9afbb02605876920c3.tar.bz2 forums-317a71a8384f137cedca3c9afbb02605876920c3.tar.xz forums-317a71a8384f137cedca3c9afbb02605876920c3.zip | |
[feature/oauth] Template for ucp_login_link started
PHPBB3-11673
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/ucp/ucp_login_link.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_login_link.php b/phpBB/includes/ucp/ucp_login_link.php index 522a8b305c..7e6374ee83 100644 --- a/phpBB/includes/ucp/ucp_login_link.php +++ b/phpBB/includes/ucp/ucp_login_link.php @@ -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'; } -}
\ No newline at end of file +} |
