diff --git a/inc/navbar.php b/inc/navbar.php index 26f2997..09d0ec0 100644 --- a/inc/navbar.php +++ b/inc/navbar.php @@ -15,6 +15,7 @@ function navbar($depth, $active = NULL) { if ($caption !== 'webmail') { $link = rtrim(str_repeat('../', $depth) . $link, '/') . '/'; } + if ($isActive) $link = '#'; $result .= "\t\t' . '' . $caption