Add initial module files and templates for Omnibus EU Free
- 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.
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