Reformat header.php

This commit is contained in:
ruan 2015-09-23 16:49:08 +02:00
parent 0243d02e2f
commit 2eb60e8a75

View File

@ -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">&copy; LiteBans</a>