mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 08:52:45 +00:00
Fix check.php
This commit is contained in:
parent
7817c33088
commit
a72ed2faf0
@ -81,8 +81,9 @@ $settings = $this->page->settings;
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<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>
|
||||
<nav id="litebans-navbar" class="collapse navbar-collapse">
|
||||
<?php
|
||||
|
@ -44,9 +44,12 @@ class Page {
|
||||
'kick' => null,
|
||||
);
|
||||
|
||||
if ($header) {
|
||||
$h = new Header($this);
|
||||
$this->header = $h;
|
||||
$h->print_header();
|
||||
}
|
||||
}
|
||||
|
||||
public function type_info($type) {
|
||||
$settings = $this->settings;
|
||||
|
Loading…
x
Reference in New Issue
Block a user