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

41 lines
2.0 KiB
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>{l s='Documentation' mod='higallery'}</h3>
<pre>
<b>{l s='General Settings' mod='higallery'}</b>
{l s='Friendly URL - This is the URL where the main gallery page will be available' mod='higallery'}
{l s='Meta title - Meta title for the main gallery page.' mod='higallery'}
{l s='Meta description - Meta description for main gallery page' mod='higallery'}
{l s='Meta keywords - Meta keyword for main gallery page' mod='higallery'}
{l s='Clean Database when module uninstalled - if enabled all data will be removed from database when module uninstalled. Enable this only if you\'re not going to use the module.' mod='higallery'}
<b>{l s='Gallery List' mod='higallery'}</b>
{l s='Here you can create unlimited number of galleries.' mod='higallery'}
{l s='Click on "Add" button ("plus" icon), then add a gallery to the position you want to display.' mod='higallery'}
{l s='There are 6 positions available.' mod='higallery'}
{l s='Gallery page - gallery will be added to main gallery page.' mod='higallery'}
{l s='Home - gallery will be added to home hook.' mod='higallery'}
{l s='Left Column - gallery will be added to left column hook.' mod='higallery'}
{l s='Right Column - gallery will be added to right column hook.' mod='higallery'}
{l s='Footer - gallery will be added to footer hook.' mod='higallery'}
{l s='Custom - You\'ll need to add a custom hook to your tpl file where you want to display the gallery' mod='higallery'}
{l s='After adding the gallery, click on “Manage images” button to upload images in your gallery.' mod='higallery'}
</pre>
</div>