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:
7
modules/omnibuseufree/config/routes.yml
Normal file
7
modules/omnibuseufree/config/routes.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
admin_link_config:
|
||||
path: omnibus/configuration
|
||||
methods: [GET]
|
||||
defaults:
|
||||
_controller: 'Omnibus\Controller\MenuController::menuAction'
|
||||
_legacy_controller: 'OmnibusEuFreeController'
|
||||
_legacy_link: 'OmnibusEuFreeController'
|
||||
Reference in New Issue
Block a user