10 lines
463 B
Smarty
10 lines
463 B
Smarty
{*
|
|
* TNT OFFICIAL MODULE FOR PRESTASHOP
|
|
*
|
|
* @author GFI Informatique <www.gfi.fr>
|
|
* @copyright 2016 GFI Informatique, 2016 TNT
|
|
* @license https://opensource.org/licenses/MIT MIT License
|
|
*}
|
|
<div class="fluidMedia">
|
|
<iframe src="{$middlewareUrl|escape:'htmlall':'UTF-8'}?username={$username|escape:'htmlall':'UTF-8'}&account={$account|escape:'htmlall':'UTF-8'}&password={$password|escape:'htmlall':'UTF-8'}" frameborder="0"></iframe>
|
|
</div> |