first commit
This commit is contained in:
9
admin/templates/email/languageCheck.tpl
Normal file
9
admin/templates/email/languageCheck.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
{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}
|
||||
Reference in New Issue
Block a user