Use the traditional "template" config key, update unit-tests

This commit is contained in:
Ribas160 2025-02-10 18:19:36 +02:00
parent bce449de10
commit 5b54f2cdb0
5 changed files with 28 additions and 12 deletions

View file

@ -26,7 +26,7 @@ class TemplateSwitcher {
* @static
* @var string
*/
protected static $_templateFallback = "bootstrap";
protected static $_templateFallback;
/**