1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[feature/oauth] Start building the template

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-08-09 05:12:41 -04:00
parent b5255d42b5
commit deb62d51fe
3 changed files with 37 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
<!-- INCLUDE ucp_header.html -->
<h2>{L_UCP_AUTH_LINK_TITLE}</h2>
<form id="ucp" method="post" action="{S_UCP_ACTION}">
{S_HIDDEN_FIELDS}
{S_FORM_TOKEN}
</form>
<!-- INCLUDE ucp_footer.html -->