From 2da7abdf48e327746f484837cd3c29bc5cd88b52 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 12 Feb 2019 14:05:20 -0500 Subject: [PATCH] Sidebar events specific display parameters: - INT val will show sidebar and show events for that region, occurs when on member detail and region is found - FALSE val will show sidebar and cause region flag to ignore, occurs when not on member detail (show events from all regions) - NULL val will make sidebar events not show, occurs when we are on member detail but no region found --- sidebar.php | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/sidebar.php b/sidebar.php index 96df2af..08675e4 100644 --- a/sidebar.php +++ b/sidebar.php @@ -61,12 +61,26 @@ - - + + + + +
-- 2.17.1