mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Use modal-header + navbar-header
This commit is contained in:
parent
11333e64b2
commit
722d3536b7
@ -80,7 +80,7 @@ function print_page_header($title) {
|
||||
echo('
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">' . $title . '</h1>
|
||||
<h1 class="' . ($title === "Bans" ? "modal" : "navbar") . '-header">' . $title . '</h1>
|
||||
</div>
|
||||
</div>
|
||||
');
|
||||
|
Loading…
x
Reference in New Issue
Block a user