8 lines
264 B
Smarty
8 lines
264 B
Smarty
{extends file=$layout}
|
|
|
|
{block name='content'}
|
|
|
|
{capture name=path}{l s='Payment' mod='imoje'}{/capture}
|
|
<div class="text-center">{l s='Your order has been processed. You will be informed via e-mail about it end status' mod='imoje'}</div>
|
|
<br>
|
|
{/block} |