first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (SF_APP == 'backend')
|
||||
{
|
||||
stPluginHelper::addEnableModule('stRecentlyOrderedProductsBackend');
|
||||
stPluginHelper::addRouting('stRecentlyOrderedProductsBackend', '/st-recently-ordered-products/:action/*', 'stRecentlyOrderedProductsBackend', 'list');
|
||||
}
|
||||
Reference in New Issue
Block a user