mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 00:42:43 +00:00
Use badge-secondary instead of badge-info for header
This commit is contained in:
parent
9e56b60cd5
commit
13b298bce7
@ -43,7 +43,7 @@ function navbar($links) {
|
||||
$li .= " class=\"$class\"";
|
||||
|
||||
if ($this->page->settings->header_show_totals && isset($this->count[$page])) {
|
||||
$title .= " <span class=\"badge badge-info\">";
|
||||
$title .= " <span class=\"badge badge-secondary\">";
|
||||
$title .= $this->count[$page];
|
||||
$title .= "</span>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user