mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
64e5965a02
1 changed files with 6 additions and 6 deletions
|
@ -12,16 +12,16 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
{% if PROVIDER_TEMPLATE_FILE %}
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
|
||||
<h2>{{ SITENAME }} - {{ lang('OAUTH_REGISTRATION') }}</h2>
|
||||
<h2>{{ SITENAME }} - {{ lang('OAUTH_REGISTRATION') }}</h2>
|
||||
|
||||
{% if PROVIDER_TEMPLATE_FILE %}
|
||||
{% include PROVIDER_TEMPLATE_FILE %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<form id="register" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue