terminal42 / contao-easy_themes

Contao extension "easy_themes"
https://unmaintained.tech/
MIT License
13 stars 11 forks source link

Feature/replace usage of tl script #44

Closed meier-simon closed 4 years ago

meier-simon commented 4 years ago

I use this extension in Contao 4.9.3 I display modules in "Backend Module" mode. When I created a custom back end route for my own Contao extension, the following problem occurred: Whenever I am on my custom back end route, the navigation links of contao-easy_themes are created incorrectly. I have fixed this by letting the Symfony router generate the correct path based on the Contao back end route name. The constant TL_SCRIPT that was used for this is declared as deprecated anyway.