diff --git a/bl-plugins/sitemap/plugin.php b/bl-plugins/sitemap/plugin.php index ce05d798..1a1f2e39 100644 --- a/bl-plugins/sitemap/plugin.php +++ b/bl-plugins/sitemap/plugin.php @@ -2,6 +2,11 @@ class pluginSitemap extends Plugin { + public function init() + { + $this->formButtons = false; + } + // Method called on the settings of the plugin on the admin area public function form() {