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
2011-05-03 09:49:01 +10:00

9 lines
174 B
Smarty

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