diff options
| author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-22 19:37:46 -0400 |
|---|---|---|
| committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-22 19:38:09 -0400 |
| commit | dbf97fdd52043611a86cb48920bb152122b3f6c2 (patch) | |
| tree | 3da64ac7b4872177db2d824ffd1a0f8f988677ff /phpBB/styles/subsilver2/template/login_body_oauth.html | |
| parent | 8f75edb8a13dd4e32790652cb1a292db395d786d (diff) | |
| download | forums-dbf97fdd52043611a86cb48920bb152122b3f6c2.tar forums-dbf97fdd52043611a86cb48920bb152122b3f6c2.tar.gz forums-dbf97fdd52043611a86cb48920bb152122b3f6c2.tar.bz2 forums-dbf97fdd52043611a86cb48920bb152122b3f6c2.tar.xz forums-dbf97fdd52043611a86cb48920bb152122b3f6c2.zip | |
[feature/oauth] Subsilver 2 login_body updates
PHPBB3-11673
Diffstat (limited to 'phpBB/styles/subsilver2/template/login_body_oauth.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/login_body_oauth.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/login_body_oauth.html b/phpBB/styles/subsilver2/template/login_body_oauth.html new file mode 100644 index 0000000000..6f374fa4f2 --- /dev/null +++ b/phpBB/styles/subsilver2/template/login_body_oauth.html @@ -0,0 +1,7 @@ +<!-- BEGIN oauth --> + <tr> + <td> + <a href="{oauth.REDIRECT_URL}">{oauth.SERVICE_NAME}</a> + </td> + </tr> +<!-- END oauth --> |
