24 lines
783 B
Smarty
24 lines
783 B
Smarty
{*
|
|
* 2014-2023 Presta-Mod.pl Rafał Zontek
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* Poniższy kod jest kodem płatnym, rozpowszechanie bez pisemnej zgody autora zabronione
|
|
* Moduł można zakupić na stronie Presta-Mod.pl. Modyfikacja kodu jest zabroniona,
|
|
* wszelkie modyfikacje powodują utratę gwarancji
|
|
*
|
|
* http://presta-mod.pl
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
*
|
|
* @author Presta-Mod.pl Rafał Zontek <biuro@presta-mod.pl>
|
|
* @copyright 2014-2023 Presta-Mod.pl
|
|
* @license Licecnja na jedną domenę
|
|
* Presta-Mod.pl Rafał Zontek
|
|
*}
|
|
|
|
{$row['id']|escape:'htmlall':'UTF-8'}:
|
|
<a target="_blank" href="{Context::getContext()->link->getAdminLink('AdminOrders')|escape:'htmlall':'UTF-8'}&vieworder=1&id_order={$row['id_order']|escape:'htmlall':'UTF-8'}">
|
|
{$row['id_order']|escape:'htmlall':'UTF-8'}
|
|
</a> |