- Created new image file for YouTube logo. - Added index.php files for views and JavaScript with license notice and redirect to parent directory. - Implemented back.js for reload functionality with button event listener. - Introduced configure.tpl template for admin configuration with documentation links and CRON settings. - Added products-price-list.tpl for displaying product price data in a table format. - Created index.php files for hook templates with license notice and redirect. - Added presta_studio_omnibus_price.tpl for displaying product discount information.
44 lines
1.5 KiB
PHP
44 lines
1.5 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit26f72ce49b24d770f51f3125f1089bff
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'O' =>
|
|
array (
|
|
'Omnibus\\Controller\\' => 19,
|
|
'Omnibus\\Compatibility\\' => 22,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Omnibus\\Controller\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src/controller',
|
|
),
|
|
'Omnibus\\Compatibility\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src/compatibility',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'Omnibus\\Compatibility\\PrestashopCompatibility' => __DIR__ . '/../..' . '/src/compatibility/PrestashopCompatibility.php',
|
|
'Omnibus\\Controller\\MenuController' => __DIR__ . '/../..' . '/src/controller/MenuController.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit26f72ce49b24d770f51f3125f1089bff::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit26f72ce49b24d770f51f3125f1089bff::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit26f72ce49b24d770f51f3125f1089bff::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|