20 lines
502 B
Smarty
20 lines
502 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 class="panel">
|
|
<h3><i class="icon-cog"></i> {l s='Changelog' mod='higallery'}</h3>
|
|
<pre>{$changelog}</pre>
|
|
</div> |