Files
redline.com.pl/modules/extratabspro/views/front/tabcontents16.tpl
2024-11-11 18:46:54 +01:00

14 lines
505 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 http://mypresta.eu
* support@mypresta.eu
*}
{foreach $extratabs as $tab}
<div id="extratabpro{$tab->id_tab}" class="idTabHrefShort page-product-heading">{$tab->body[$id_lang]}</div>
{/foreach}