Files
lulandia.pl/modules/htmlboxpro/lib/smartyTemplatesManager/views/selectInput.tpl
2025-04-01 00:38:54 +02:00

14 lines
453 B
Smarty

{*
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
*
* @author VEKIA PL MILOSZ MYSZCZUK VATEU: PL9730945634
* @copyright 2010-2019 VEKIA
* @license This program is not free software and you can't resell and redistribute it
*
* CONTACT WITH DEVELOPER http://mypresta.eu
* support@mypresta.eu
*}
{foreach $etm_select as $select => $value}
<option value="{$value.name}">{$value.name}</option>
{/foreach}