21 lines
492 B
PHP
21 lines
492 B
PHP
<?php
|
|
/**
|
|
* File from http://PrestaShow.pl
|
|
*
|
|
* DISCLAIMER
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future.
|
|
*
|
|
* @authors PrestaShow.pl <kontakt@prestashow.pl>
|
|
* @copyright 2015 PrestaShow.pl
|
|
* @license http://PrestaShow.pl/license
|
|
*/
|
|
require_once dirname(__FILE__) . "/../../config.php";
|
|
|
|
class PShowImporterHookController extends PShowHookController
|
|
{
|
|
|
|
public $select_menu_tab = 'subtab-PShowImporterMain';
|
|
|
|
}
|