Files
kupshop/admin/templates/email/languageCheck.tpl
2025-08-02 16:30:27 +02:00

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}