mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[feature/oauth] More template work
PHPBB3-11673
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
|
||||
<h2>{L_UCP_AUTH_LINK_TITLE}</h2>
|
||||
|
||||
<form id="ucp" method="post" action="{S_UCP_ACTION}">
|
||||
|
||||
{S_HIDDEN_FIELDS}
|
||||
{S_FORM_TOKEN}
|
||||
</form>
|
||||
<!-- INCLUDE {PROVIDER_TEMPLATE_FILE} -->
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
5
phpBB/styles/prosilver/template/ucp_auth_link_oauth.html
Normal file
5
phpBB/styles/prosilver/template/ucp_auth_link_oauth.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<form id="ucp" method="post" action="{S_UCP_ACTION}">
|
||||
|
||||
{S_HIDDEN_FIELDS}
|
||||
{S_FORM_TOKEN}
|
||||
</form>
|
Reference in New Issue
Block a user