- Introduced a new YouTube tech integration in `youtube.min.js` for enhanced video playback. - Created new admin template files for managing video settings, including `index.php` and `steasyvideo-pro.tpl`. - Updated hook templates (`device_mode.tpl`, `forquickview.tpl`, `header.tpl`, `miniature.tpl`, `miniature_tb.tpl`, and predefined templates) to include video functionality. - Implemented caching headers in several PHP files to improve performance. - Ensured all new templates include proper licensing information and copyright notices.
39 lines
1.3 KiB
PHP
39 lines
1.3 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit409bb44f31d5474bbf9ab50b7b661a82
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'P' =>
|
|
array (
|
|
'PrestaShop\\Module\\StEasyVideo\\' => 30,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'PrestaShop\\Module\\StEasyVideo\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'PrestaShop\\Module\\StEasyVideo\\Repository\\VideoRepository' => __DIR__ . '/../..' . '/src/Repository/VideoRepository.php',
|
|
'StEasyVideo' => __DIR__ . '/../..' . '/steasyvideo.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit409bb44f31d5474bbf9ab50b7b661a82::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit409bb44f31d5474bbf9ab50b7b661a82::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit409bb44f31d5474bbf9ab50b7b661a82::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|