aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/ucp_auth_link.html6
-rw-r--r--phpBB/styles/prosilver/template/ucp_auth_link_oauth.html5
2 files changed, 6 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_auth_link.html b/phpBB/styles/prosilver/template/ucp_auth_link.html
index b521518bf3..5e5fc6d2f0 100644
--- a/phpBB/styles/prosilver/template/ucp_auth_link.html
+++ b/phpBB/styles/prosilver/template/ucp_auth_link.html
@@ -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 -->
diff --git a/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html b/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html
new file mode 100644
index 0000000000..ca13ff0ab6
--- /dev/null
+++ b/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html
@@ -0,0 +1,5 @@
+<form id="ucp" method="post" action="{S_UCP_ACTION}">
+
+{S_HIDDEN_FIELDS}
+{S_FORM_TOKEN}
+</form> \ No newline at end of file