From 1387ba57dd263eb17da3074362c86ec6e2b10145 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Sun, 10 Aug 2025 17:17:51 +0200 Subject: [PATCH] Update list of themes --- privatebin/conf.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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