Add initial module files and templates for Omnibus EU Free

- Created new image file for YouTube logo.
- Added index.php files for views and templates with license notice and redirection.
- Implemented back.js for page reload functionality with a button.
- Developed configure.tpl for admin configuration panel with documentation links.
- Created products-price-list.tpl for displaying product price data in a table format.
- Added presta_studio_omnibus_price.tpl for displaying price history information.
- Established hook templates for integration with PrestaShop.
This commit is contained in:
2026-03-05 00:08:06 +01:00
parent c82e8b8c72
commit cc9a2c2285
57 changed files with 3157 additions and 495 deletions

View File

@@ -0,0 +1,12 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'Omnibus\\Compatibility\\PrestashopCompatibility' => $baseDir . '/src/compatibility/PrestashopCompatibility.php',
'Omnibus\\Controller\\MenuController' => $baseDir . '/src/controller/MenuController.php',
);