mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +00:00
Reformat header.php
This commit is contained in:
parent
0243d02e2f
commit
2eb60e8a75
@ -43,15 +43,15 @@ function navbar($links) {
|
||||
<a class="navbar-brand" href="<?php echo $settings->name_link; ?>"><?php echo $settings->name; ?></a>
|
||||
</div>
|
||||
<nav id="litebans-navbar" class="collapse navbar-collapse">
|
||||
<?php
|
||||
navbar(array(
|
||||
"index.php" => "Home",
|
||||
"bans.php" => "Bans",
|
||||
"mutes.php" => "Mutes",
|
||||
"warnings.php" => "Warnings",
|
||||
"kicks.php" => "Kicks",
|
||||
));
|
||||
?>
|
||||
<?php
|
||||
navbar(array(
|
||||
"index.php" => "Home",
|
||||
"bans.php" => "Bans",
|
||||
"mutes.php" => "Mutes",
|
||||
"warnings.php" => "Warnings",
|
||||
"kicks.php" => "Kicks",
|
||||
));
|
||||
?>
|
||||
<div class="nav navbar-nav navbar-right">
|
||||
<a href="https://www.spigotmc.org/resources/litebans.3715/" class="navbar-text"
|
||||
target="_blank">© LiteBans</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user