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