22 lines
485 B
PHP
22 lines
485 B
PHP
<?php
|
|
/**
|
|
* 2007-2022 Leotheme
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* LeoGallery is module help you can displays amazing gallery with many features on product page
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* @author leotheme <leotheme@gmail.com>
|
|
* @copyright 2007-2022 Leotheme
|
|
* @license http://leotheme.com - prestashop template provider
|
|
*/
|
|
|
|
include_once dirname(__FILE__).'/LeoGalleryModel.php';
|
|
|
|
class LeoGallerySliderTabletConfigForm extends LeoGallerySliderConfigForm
|
|
{
|
|
//put your code here
|
|
}
|