Remove languages and make the link not required

This commit is contained in:
2026-05-08 11:53:03 +02:00
parent 2f4ef934b3
commit 5b6304d05d
7 changed files with 126 additions and 125 deletions

View File

@@ -56,6 +56,7 @@ class Is_imageslider extends Module implements WidgetInterface
parent::install()
&& $this->registerHook('displayHeader')
&& $this->registerHook('displayHome')
&& $this->registerHook('displayHeroSlider')
&& $this->getInstaller()->createTables();
}