13 lines
335 B
Smarty
13 lines
335 B
Smarty
<main class="main container page-user page-user-new">
|
|
{include "components/breadcrumbs.tpl"}
|
|
<h1>{$view->getTitle()}</h1>
|
|
|
|
{ifmodule USER_OAUTH}
|
|
{if $dbcfg.oauth.facebook.client_id or $dbcfg.oauth.google.client_id}
|
|
{include "user/user.oauth.tpl"}
|
|
{/if}
|
|
{/ifmodule}
|
|
|
|
{include "user/user.form.v2.tpl"}
|
|
</main>
|