Files
interblue.pl/modules/pshowimporter/classes/PShow_Settings.php
2024-10-25 14:16:28 +02:00

19 lines
410 B
PHP

<?php
/**
* File from http://PrestaShow.pl
*
* DISCLAIMER
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @authors PrestaShow.pl <kontakt@prestashow.pl>
* @copyright 2015 PrestaShow.pl
* @license http://PrestaShow.pl/license
*/
class PShow_Settings extends PShowSettingsAbstract
{
protected static $settings = array();
}