Files
2025-03-12 17:06:23 +01:00

7 lines
263 B
PHP

<?php
if (SF_APP == 'backend')
{
stPluginHelper::addEnableModule('stRecentlyOrderedProductsBackend');
stPluginHelper::addRouting('stRecentlyOrderedProductsBackend', '/st-recently-ordered-products/:action/*', 'stRecentlyOrderedProductsBackend', 'list');
}