aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_auth_link.html
blob: 3c56415db042579b2e84ce3f804ed50faf304cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- INCLUDE ucp_header.html -->

<h2>{L_UCP_AUTH_LINK_TITLE}</h2>

<div class="panel">
	<div class="inner">
		<!-- IF ERROR --><dl><dd class="error">{ERROR}</dd></dl><!-- ENDIF -->

		<!-- INCLUDE {PROVIDER_TEMPLATE_FILE} -->
	</div>
</div>

<!-- INCLUDE ucp_footer.html -->