diff --git a/Controller.php b/Controller.php index 7b1ba4f..f1f7563 100644 --- a/Controller.php +++ b/Controller.php @@ -144,7 +144,7 @@ class Controller extends ModuleAbstract implements WebInterface continue; } - $path = __DIR__ . '/../..' . $path . '.' . $response->getHeader()->getL11n()->getLanguage() . '.lang.php'; + $path = __DIR__ . '/../..' . $path . '.' . $response->getHeader()->getL11n()->getLanguage() . '.lang.php'; /** @noinspection PhpIncludeInspection */ $lang = include $path; diff --git a/img/module_teaser_small.png b/img/module_teaser_small.png index f56e6ff..9147e4f 100644 Binary files a/img/module_teaser_small.png and b/img/module_teaser_small.png differ