first commit
This commit is contained in:
19
plugins/appFacebookRemarketingPlugin/config/config.php
Normal file
19
plugins/appFacebookRemarketingPlugin/config/config.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* SOTESHOP/appFacebookRemarketingPlugin
|
||||
*
|
||||
*
|
||||
* @package appFacebookRemarketingPlugin
|
||||
* @author Pawel Byszewski <pawel@apes-apps.com>
|
||||
*/
|
||||
|
||||
if (SF_APP == 'backend') {
|
||||
stPluginHelper::addEnableModule('appFacebookRemarketingBackend', 'backend');
|
||||
stPluginHelper::addRouting('appFacebookRemarketingPlugin', '/facebook_pixel/*', 'appFacebookRemarketingBackend', 'index', 'backend');
|
||||
stConfiguration::addModule('appFacebookRemarketingPlugin', 'group_2');
|
||||
}
|
||||
|
||||
if (SF_APP == 'frontend') {
|
||||
stPluginHelper::addEnableModule('appFacebookRemarketingFrontend', 'frontend');
|
||||
$dispatcher->connect('smarty.slot.append', array('appFacebookRemarketingPluginListener', 'append'));
|
||||
}
|
||||
Reference in New Issue
Block a user