From 13b298bce7ffd8770152f58fe442295a74de2525 Mon Sep 17 00:00:00 2001 From: ruan Date: Fri, 30 Mar 2018 11:12:17 +0200 Subject: [PATCH] Use badge-secondary instead of badge-info for header --- inc/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/header.php b/inc/header.php index e602e33..1dcbab2 100644 --- a/inc/header.php +++ b/inc/header.php @@ -43,7 +43,7 @@ function navbar($links) { $li .= " class=\"$class\""; if ($this->page->settings->header_show_totals && isset($this->count[$page])) { - $title .= " "; + $title .= " "; $title .= $this->count[$page]; $title .= ""; }