first commit

This commit is contained in:
2024-11-11 18:46:54 +01:00
commit a630d17338
25634 changed files with 4923715 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{*
* 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
*}
<div class="row clearfix">
<div class="col-lg-12 col-xs-12">
<div class="tabs">
<ul class="nav nav-tabs">
{foreach $extratabs as $tab name='for'}
<li class="nav-item "><a class="nav-link {if $smarty.foreach.for.first}active{/if}" id="extratabpro{$tab->id_tab}link" href="#extratabpro{$tab->id_tab}" data-toggle="tab">{$tab->name[$id_lang]}</a></li>
{/foreach}
</ul>
<div class="tab-content">
{foreach $extratabs as $tab name='for'}
<section id="extratabpro{$tab->id_tab}" class="{if $smarty.foreach.for.first}active{/if} page-product-box tab-pane fade in">
{$tab->body[$id_lang] nofilter}
{if $tab->cms==1}
{$tab->cms_body_show[$id_lang] nofilter}
{/if}
</section>
{/foreach}
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2015 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,14 @@
{*
* 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}
<li class="nav-item"><a id="extratabpro{$tab->id_tab}link" class="nav-link" href="#extratabpro{$tab->id_tab}" data-toggle="tab">{$tab->name[$id_lang]}</a></li>
{/foreach}

View File

@@ -0,0 +1,22 @@
{*
* 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
*}
<section class="page-product-box">
{foreach $extratabs as $tab}
<h3 id="extratabpro{$tab->id_tab}link" class="idTabHrefShort page-product-heading">{$tab->name[$id_lang]}</h3>
<div class="rte" id="extratabpro{$tab->id_tab}">
{$tab->body[$id_lang]}
{if $tab->cms==1}
{$tab->cms_body_show[$id_lang] nofilter}
{/if}
</div>
{/foreach}
</section>

View File

@@ -0,0 +1,19 @@
{*
* 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}
<section id="extratabpro{$tab->id_tab}" class="page-product-box tab-pane">
{$tab->body[$id_lang] nofilter}
{if $tab->cms==1}
{$tab->cms_body_show[$id_lang] nofilter}
{/if}
</section>
{/foreach}

View File

@@ -0,0 +1,14 @@
{*
* 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}