Files
kupshop/web/templates/x/user/user.new.v2.tpl
2025-08-02 16:30:27 +02:00

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>