This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/core/method_error.tpl

7 lines
183 B
Smarty
Raw Normal View History

{if ($method->error == 'auth')}
{if $SESS_LOGGED==1}
{else}
{translate}login_required{/translate}
{ $block->display("account:login") }
{/if}
{else} {$method->error} {/if}