diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-09 05:12:41 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-09 05:12:57 -0400 |
commit | deb62d51fe4e06e52fbc4042b692071bcd8f9d39 (patch) | |
tree | ea07fb0fa86efee195910bf5e584b4b7dadf98d9 /phpBB/styles/prosilver/template/ucp_auth_link.html | |
parent | b5255d42b56b1d0d14bcd9a70218689932065ce6 (diff) | |
download | forums-deb62d51fe4e06e52fbc4042b692071bcd8f9d39.tar forums-deb62d51fe4e06e52fbc4042b692071bcd8f9d39.tar.gz forums-deb62d51fe4e06e52fbc4042b692071bcd8f9d39.tar.bz2 forums-deb62d51fe4e06e52fbc4042b692071bcd8f9d39.tar.xz forums-deb62d51fe4e06e52fbc4042b692071bcd8f9d39.zip |
[feature/oauth] Start building the template
PHPBB3-11673
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_auth_link.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_auth_link.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_auth_link.html b/phpBB/styles/prosilver/template/ucp_auth_link.html index 12353f31bd..b521518bf3 100644 --- a/phpBB/styles/prosilver/template/ucp_auth_link.html +++ b/phpBB/styles/prosilver/template/ucp_auth_link.html @@ -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 --> |