aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_auth_link.html
blob: b521518bf33f03c5e9534e3bdf5428d7e902dccf (plain)
1
2
3
4
5
6
7
8
9
10
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 -->