16 lines
531 B
Smarty
16 lines
531 B
Smarty
{**
|
|
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
|
|
*
|
|
* @author VEKIA https://www.prestashop.com/forums/user/132608-vekia/
|
|
* @copyright 2010-2020 VEKIA
|
|
* @license This program is not free software and you can't resell and redistribute it
|
|
*
|
|
* CONTACT WITH DEVELOPER
|
|
* support@mypresta.eu
|
|
*}
|
|
|
|
{foreach Extratabpro::getAllTabs() AS $tab}
|
|
<div class="token" id="productExtratab_{$tab.id_tab}">
|
|
<span class="token-label">{$tab.internal_name} ({$tab.name})</span>
|
|
</div>
|
|
{/foreach} |