From 6f8223e1f69146a7adbc57c2e53c4d7f1667bf00 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 3 Oct 2025 12:59:08 -0700 Subject: [PATCH] Show the advisory. --- pages/helpers/body_open.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/helpers/body_open.php b/pages/helpers/body_open.php index 3e526f4..68e3a98 100755 --- a/pages/helpers/body_open.php +++ b/pages/helpers/body_open.php @@ -9,7 +9,10 @@ include "banner.php"; include "menu.php"; - /* 2025-01-29 Disable advisory now that Books is explicitly a menu item. * / + /* + 2025-01-29 Disable advisory now that Books is explicitly a menu item. + 2025-10-03 Re-enable advisory for new eBook. + */ if (!isset($GLOBALS["ADVISORY"]) || $GLOBALS["ADVISORY"] !== false) include "advisory.php"; /* */