Files
redline.com.pl/modules/pshowlazyimg/controllers/admin/PShowLazyImgUpdateController.php
2024-11-11 18:46:54 +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';
}