mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +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>
|
</script>
|
||||||
|
|
||||||
<div class="panel">
|
{% if PROVIDER_TEMPLATE_FILE %}
|
||||||
<div class="inner">
|
<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 %}
|
{% include PROVIDER_TEMPLATE_FILE %}
|
||||||
{% endif %}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
{% endif %}
|
||||||
|
|
||||||
<form id="register" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
<form id="register" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue