mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-08 23:07:31 +00:00
Use badge-pill instead of badge for header totals
This commit is contained in:
parent
0845c19f1c
commit
d7c3b8ae83
@ -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-secondary\">";
|
||||
$title .= " <span class=\"badge-pill badge-secondary\">";
|
||||
$title .= $this->count[$page];
|
||||
$title .= "</span>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user