mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-20 22:05:35 -04:00
Set bootstrap5 template as default
This commit is contained in:
@@ -46,7 +46,7 @@ class Configuration
|
||||
'syntaxhighlightingtheme' => '',
|
||||
'sizelimit' => 10485760,
|
||||
'templateselection' => false,
|
||||
'template' => 'bootstrap',
|
||||
'template' => 'bootstrap5',
|
||||
'availabletemplates' => array(
|
||||
'bootstrap5',
|
||||
'bootstrap',
|
||||
|
||||
@@ -25,7 +25,7 @@ class TemplateSwitcher
|
||||
* @static
|
||||
* @var string
|
||||
*/
|
||||
protected static $_templateFallback = 'bootstrap';
|
||||
protected static $_templateFallback = 'bootstrap5';
|
||||
|
||||
/**
|
||||
* available templates
|
||||
|
||||
Reference in New Issue
Block a user