13 lines
241 B
PHP
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';
|
|
|
|
}
|