diff --git a/bl-kernel/abstract/PluginInterface.php b/bl-kernel/abstract/PluginInterface.php new file mode 100644 index 00000000..e68cc36c --- /dev/null +++ b/bl-kernel/abstract/PluginInterface.php @@ -0,0 +1,79 @@ +implementsInterface('PluginInterface')){ + continue; + } + $Plugin = new $pluginClass; // Check if the plugin is translated