From 1c9da2ffaca67d393be777b8c540008d17c83725 Mon Sep 17 00:00:00 2001 From: Chris Dailey Date: Thu, 21 Mar 2024 08:56:20 -0400 Subject: [PATCH] Update conf.sample.php A small comment addition to `conf.sample.php` that mentions the other strings to use for the included themes. The "bootstrap-dark" one in particular is perhaps not obvious to any user who doesn't look at the contents of `tpl/bootstrap.php`. --- cfg/conf.sample.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfg/conf.sample.php b/cfg/conf.sample.php index 7db4c889..141888f2 100644 --- a/cfg/conf.sample.php +++ b/cfg/conf.sample.php @@ -38,6 +38,8 @@ defaultformatter = "plaintext" sizelimit = 10485760 ; template to include, default is "bootstrap" (tpl/bootstrap.php) +; Also available is a dark version ("bootstrap-dark",) and +; a theme that resembles the classic ZeroBin style ("page".) template = "bootstrap" ; (optional) info text to display