Files
newwalls.pl/modules/higallery/views/templates/admin/modal.tpl
2024-12-17 13:43:22 +01:00

23 lines
562 B
Smarty

{**
* 2012 - 2020 HiPresta
*
* MODULE Gallery
*
* @author HiPresta <support@hipresta.com>
* @copyright HiPresta 2020
* @license Addons PrestaShop license limitation
* @link https://hipresta.com
*
* NOTICE OF LICENSE
*
* Don't use this module on several shops. The license provided by PrestaShop Addons
* for all its modules is valid only once for a single shop.
*}
<div id="gallery_modal_container">
<div id="modal_form" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="content"></div>
</div>
</div>
</div>