From 386654f49fa85075ef639bb56f2eb3fc9f5e5f1f Mon Sep 17 00:00:00 2001 From: Sean Feeney Date: Sat, 18 Apr 2020 20:32:39 -0700 Subject: [PATCH] adding nosidebar docu --- modules/extra-sidebar.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/extra-sidebar.php b/modules/extra-sidebar.php index 00244d0..8c15df2 100644 --- a/modules/extra-sidebar.php +++ b/modules/extra-sidebar.php @@ -74,7 +74,8 @@ register_module([ }); add_help_section("50-sidebar", "Sidebar", "

$settings->sitename has an optional sidebar which displays a list of all the current pages (but not subpages) that it is currently hosting. It may or may not be enabled.

-

If it isn't enabled, it can be enabled for your current browser only by appending sidebar=yes to the current page's query string.

"); +

If it isn't enabled, it can be enabled for your current browser only by appending sidebar=yes to the current page's query string.

+

If it is enabled, it can be disabled for your current browser only by appending nosidebar to the current page's query string.

"); } ]);