17 lines
441 B
Smarty
17 lines
441 B
Smarty
<main class="main container page-user page-user-new">
|
|
<h1>{$view->getTitle()}</h1>
|
|
|
|
<div class="descr">
|
|
{insert_page type="REGISTRATION" exists='exists'}
|
|
</div>
|
|
|
|
{ifmodule USER_OAUTH}
|
|
{if $dbcfg.oauth.facebook.client_id or $dbcfg.oauth.google.client_id}
|
|
{include "user/user.oauth.tpl"}
|
|
<h2>{t}Registrace pomocí e-mailu{/t}</h2>
|
|
{/if}
|
|
{/ifmodule}
|
|
|
|
{include "user/user.form.tpl"}
|
|
</main>
|