View file phpBB3/styles/prosilver/template/login_body_oauth.html

File size: 156B
<br>
<div class="content">
	{% for oauth in oauth %}
		<a href="{{ oauth.REDIRECT_URL }}" class="button2">{{ oauth.SERVICE_NAME }}</a>
	{% endfor %}
</div>