Set bootstrap5 template as default

This commit is contained in:
Ribas160
2025-07-19 13:24:37 +03:00
parent c1050e08e8
commit 07ba4f179d
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class Configuration
'syntaxhighlightingtheme' => '',
'sizelimit' => 10485760,
'templateselection' => false,
'template' => 'bootstrap',
'template' => 'bootstrap5',
'availabletemplates' => array(
'bootstrap5',
'bootstrap',
+1 -1
View File
@@ -25,7 +25,7 @@ class TemplateSwitcher
* @static
* @var string
*/
protected static $_templateFallback = 'bootstrap';
protected static $_templateFallback = 'bootstrap5';
/**
* available templates