Ejemplo n.º 1
0
 public function __construct($jsPaths = null, $cssPaths = null, $alternateIndexDir = null)
 {
     parent::__construct($jsPaths, $cssPaths);
     define('TOOLBOX_CONFIGURATION_FILE', PIMCORE_CONFIGURATION_DIRECTORY . '/toolbox_configuration.php');
     define('TOOLBOX_CORE_CONFIGURATION_FILE', PIMCORE_PLUGINS_PATH . '/Toolbox/var/config/toolbox_configuration.php');
 }
 public function __construct($jsPaths = NULL, $cssPaths = NULL, $alternateIndexDir = NULL)
 {
     define('LUCENESEARCH__PLUGIN_CONFIG', PIMCORE_PLUGINS_PATH . '/LuceneSearch/plugin.xml');
     parent::__construct($jsPaths, $cssPaths);
 }