*/ /** * Włączanie modułów */ if (SF_APP == 'frontend') { stPluginHelper::addEnableModule('stDeliveryFrontend'); stPluginHelper::addRouting('stDeliveryFrontend', '/delivery/:action/*', 'stDeliveryFrontend', 'list'); } else { stPluginHelper::addEnableModule('stDeliveryBackend'); stPluginHelper::addRouting('stDelivery', '/delivery/:action/*', 'stDeliveryBackend', 'list'); stSocketView::addComponent('stDeliveryBackend.configCustom.Content','stDeliveryBackend','configContent'); stConfiguration::addModule(array('label' => 'Dostawy', 'route' => '@stDelivery?action=config', 'icon' => 'stDelivery', 'name' => 'stDeliveryBackend'), 'Konfiguracja modułów'); }