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

12 lines
241 B
PHP

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