Files
interblue.pl/modules/pshowlazyimg/controllers/admin/PShowLazyImgBackupController.php
2024-10-25 14:16:28 +02: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';
}