first commit
This commit is contained in:
19
plugins/stSmartyPlugin/config/config.php
Normal file
19
plugins/stSmartyPlugin/config/config.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* SOTESHOP/stSmartyPlugin
|
||||
*
|
||||
*
|
||||
* @package stSmartyPlugin
|
||||
* @author Bartosz Alejski <bartosz.alejski@sote.pl>
|
||||
*/
|
||||
|
||||
/**
|
||||
* Włączanie modułów
|
||||
*/
|
||||
stPluginHelper::addEnableModule('stSmartyFrontend', 'frontend');
|
||||
|
||||
/**
|
||||
* Routingi
|
||||
*/
|
||||
|
||||
stPluginHelper::addRouting('stSmartyPlugin', '/smartyFrontend/:action/*', 'stSmartyFrontend', 'index', 'frontend');
|
||||
Reference in New Issue
Block a user