From 47de80ead428934fd6cba7894dd3119017ae6379 Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 1 Aug 2013 13:26:57 +0200 Subject: make "selected" class work on all navigation menu items --- mod/events.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/events.php') diff --git a/mod/events.php b/mod/events.php index 44f7522ad..f43a99cba 100755 --- a/mod/events.php +++ b/mod/events.php @@ -135,6 +135,8 @@ function events_content(&$a) { return; } + nav_set_selected('all_events'); + if((argc() > 2) && (argv(1) === 'ignore') && intval(argv(2))) { $r = q("update event set ignore = 1 where id = %d and uid = %d limit 1", intval(argv(2)), -- cgit v1.2.3