Add initial files and templates for Omnibus EU Free module
- Added yt_logo.png image for branding. - Created index.php for views and templates with license notice and redirection. - Implemented back.js for reload functionality with event listener. - Developed configure.tpl for admin configuration panel with documentation links. - Established products-price-list.tpl for displaying product pricing information. - Created presta_studio_omnibus_price.tpl for displaying price history and discounts. - Added index.php files in various directories for consistent redirection and license notice.
This commit is contained in:
43
modules/omnibuseufree/vendor/composer/autoload_static.php
vendored
Normal file
43
modules/omnibuseufree/vendor/composer/autoload_static.php
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<?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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user