php-mpos/public/templates/mail/notifications/error.tpl
2013-10-12 19:28:56 +02:00

11 lines
252 B
Smarty

<html>
<body>
<h1>An error occured!</h1>
<p>This should never happen. Please review the error output below.</p>
{foreach from=$DATA key=text item=message}
{if $text != 'email' && $text != 'subject'}
<p>{$text}: {$message}</p>
{/if}
{/foreach}