diff options
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 --> |
