piwigo/themes/default/template/mail/text/html/notification_admin.tpl
mistic100 fc3b787b70 feature 2995: New email template
restore get_l10n_args removed at r25357
apply changes to NBM

git-svn-id: http://piwigo.org/svn/trunk@25360 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-06 17:57:53 +00:00

9 lines
No EOL
234 B
Smarty

{$CONTENT}
{if isset($TECHNICAL)}
<p style="padding-top:10px;font-size:11px;">
{'Connected user: %s'|translate:$TECHNICAL.username}<br>
{'IP: %s'|translate:$TECHNICAL.ip}<br>
{'Browser: %s'|translate:$TECHNICAL.user_agent}
</p>
{/if}