mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 23:37: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>
|
<a class="navbar-brand" href="<?php echo $settings->name_link; ?>"><?php echo $settings->name; ?></a>
|
||||||
</div>
|
</div>
|
||||||
<nav id="litebans-navbar" class="collapse navbar-collapse">
|
<nav id="litebans-navbar" class="collapse navbar-collapse">
|
||||||
<?php
|
<?php
|
||||||
navbar(array(
|
navbar(array(
|
||||||
"index.php" => "Home",
|
"index.php" => "Home",
|
||||||
"bans.php" => "Bans",
|
"bans.php" => "Bans",
|
||||||
"mutes.php" => "Mutes",
|
"mutes.php" => "Mutes",
|
||||||
"warnings.php" => "Warnings",
|
"warnings.php" => "Warnings",
|
||||||
"kicks.php" => "Kicks",
|
"kicks.php" => "Kicks",
|
||||||
));
|
));
|
||||||
?>
|
?>
|
||||||
<div class="nav navbar-nav navbar-right">
|
<div class="nav navbar-nav navbar-right">
|
||||||
<a href="https://www.spigotmc.org/resources/litebans.3715/" class="navbar-text"
|
<a href="https://www.spigotmc.org/resources/litebans.3715/" class="navbar-text"
|
||||||
target="_blank">© LiteBans</a>
|
target="_blank">© LiteBans</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user