mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
6 lines
180 B
HTML
6 lines
180 B
HTML
<br>
|
|
<div class="content">
|
|
{% for oauth in oauth %}
|
|
<a href="{{ oauth.REDIRECT_URL }}" class="button1 button button-form-bold">{{ oauth.SERVICE_NAME }}</a>
|
|
{% endfor %}
|
|
</div>
|