10 lines
295 B
Smarty
10 lines
295 B
Smarty
{extends 'email/base_admin.tpl'}
|
|
{block "content"}
|
|
<h1>Nové překldady z {$cfg.Addr.print}</h1>
|
|
{foreach $vypis as $key => $vys}
|
|
{if $key != "acn"}
|
|
$txt_str['{str_replace("/","']['",$key)}']='{$vys}'<br>
|
|
{/if}
|
|
{/foreach}
|
|
{/block}
|