Files
wyczarujprezent.pl/modules/pshowlazyimg/controllers/admin/PShowLazyImgBackupController.php
2024-10-28 22:14:22 +01:00

13 lines
241 B
PHP

<?php
require_once dirname(__FILE__) . "/../../config.php";
use Prestashow\PrestaCore\Controller\BackupController;
class PShowLazyImgBackupController extends BackupController
{
public $select_menu_tab = 'subtab-PShowLazyImgMain';
}