From 71b2b2e10fd73d70876824d15ce5792112be8fac Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 11 Feb 2019 13:25:34 +0100 Subject: lib/style.php: make highlight in navbar configurable --- lib/style.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/style.php b/lib/style.php index ea7d4b2..622e764 100644 --- a/lib/style.php +++ b/lib/style.php @@ -5,7 +5,7 @@ if (function_exists("print_header")) require_once BASE . "/lib/mysql.php"; -function print_header($title) { +function print_header($title, $subdir = "packages") { ?> @@ -21,7 +21,7 @@ if (!empty($title)) -
+
-- cgit v1.2.3