- 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.
37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?php
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
class ComposerAutoloaderInit26f72ce49b24d770f51f3125f1089bff
|
|
{
|
|
private static $loader;
|
|
|
|
public static function loadClassLoader($class)
|
|
{
|
|
if ('Composer\Autoload\ClassLoader' === $class) {
|
|
require __DIR__ . '/ClassLoader.php';
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @return \Composer\Autoload\ClassLoader
|
|
*/
|
|
public static function getLoader()
|
|
{
|
|
if (null !== self::$loader) {
|
|
return self::$loader;
|
|
}
|
|
|
|
spl_autoload_register(array('ComposerAutoloaderInit26f72ce49b24d770f51f3125f1089bff', 'loadClassLoader'), true, false);
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
|
spl_autoload_unregister(array('ComposerAutoloaderInit26f72ce49b24d770f51f3125f1089bff', 'loadClassLoader'));
|
|
|
|
require __DIR__ . '/autoload_static.php';
|
|
call_user_func(\Composer\Autoload\ComposerStaticInit26f72ce49b24d770f51f3125f1089bff::getInitializer($loader));
|
|
|
|
$loader->register(false);
|
|
|
|
return $loader;
|
|
}
|
|
}
|