diff --git a/privatebin/conf.php b/privatebin/conf.php index 020dede..8a12471 100644 --- a/privatebin/conf.php +++ b/privatebin/conf.php @@ -48,14 +48,13 @@ sizelimit = 10485760 templateselection = true ; List of available for selection templates when "templateselection" option is enabled +availabletemplates[] = "bootstrap5" availabletemplates[] = "bootstrap" availabletemplates[] = "bootstrap-page" availabletemplates[] = "bootstrap-dark" availabletemplates[] = "bootstrap-dark-page" availabletemplates[] = "bootstrap-compact" availabletemplates[] = "bootstrap-compact-page" -availabletemplates[] = "bootstrap5" -availabletemplates[] = "page" ; set the template your installs defaults to, defaults to "bootstrap" (tpl/bootstrap.php), also ; available are "page" (tpl/page.php), the classic ZeroBin style and several