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

<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<th colspan="4">{L_UCP_AUTH_LINK_TITLE}</th>
	</tr>

	<!-- IF ERROR -->
		<tr>
			<td class="row1" colspan="2" align="center"><span class="genmed error">{ERROR}</span></td>
		</tr>
	<!-- ENDIF -->

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

<!-- INCLUDE ucp_footer.html -->