|
|
|
|
@ -3,10 +3,12 @@
|
|
|
|
|
<a target="_blank" href="http://postfixadmin.com/">Postfix Admin {$version}</a>
|
|
|
|
|
|
|
|
|
|
|
<a target="_blank" href="http://postfixadmin.sf.net/update-check.php?version={$version|escape:"url"}">{$PALANG.check_update}</a>
|
|
|
|
|
{if $smarty.session.sessid.username}
|
|
|
|
|
|
|
|
|
|
|
{$PALANG.pFooter_logged_as|replace:"%s":$smarty.session.sessid.username}
|
|
|
|
|
{/if}
|
|
|
|
|
{if isset($smarty.session.sessid)}
|
|
|
|
|
{if $smarty.session.sessid.username}
|
|
|
|
|
|
|
|
|
|
|
{$PALANG.pFooter_logged_as|replace:"%s":$smarty.session.sessid.username}
|
|
|
|
|
{/if}
|
|
|
|
|
{/if}
|
|
|
|
|
{if $CONF.show_footer_text == 'YES' && $CONF.footer_link}
|
|
|
|
|
|
|
|
|
|
|
<a href="{$CONF.footer_link}">{$CONF.footer_text|escape}</a>
|
|
|
|
|
|