1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-14 23:08:18 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionAuth/login.tpl

13 lines
233 B
Smarty

{**
* Страница входа
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_page_title'}
{$aLang.auth.login.title}
{/block}
{block 'layout_content'}
{component 'auth' template='login' showExtra=true}
{/block}