Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{*
* 2007-2018 PrestaShop
*
* 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-2018 PrestaShop SA
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="content-div">
<div class="grid">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
{if $enable}
{include file="./controllers/$configure_type/index.tpl"}
{else}
<div class="panel col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h4>{l s='The module %s has been disabled' sprintf=$moduleName mod='ps_themecusto'}</h4>
</div>
{/if}
</div>
</div>
</div>