mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 07:17:32 +00:00
Autoversion favicon
This commit is contained in:
parent
77c4bf71a0
commit
61c0d4717a
@ -101,27 +101,27 @@ tr.hover {
|
||||
|
||||
.litebans-label-inactive {
|
||||
color: #fff;
|
||||
background-color: #f79720
|
||||
background-color: #f79720;
|
||||
}
|
||||
|
||||
.litebans-label-expired {
|
||||
color: #fff;
|
||||
background-color: #777
|
||||
background-color: #777;
|
||||
}
|
||||
|
||||
.litebans-label-active {
|
||||
color: #fff;
|
||||
background-color: #ee5555
|
||||
background-color: #ee5555;
|
||||
}
|
||||
|
||||
.litebans-label-permanent {
|
||||
color: #fff;
|
||||
background-color: #ee5555
|
||||
background-color: #ee5555;
|
||||
}
|
||||
|
||||
.litebans-label-ipban {
|
||||
color: #fff;
|
||||
background-color: #ee5555
|
||||
background-color: #ee5555;
|
||||
}
|
||||
|
||||
/* history.php */
|
||||
|
@ -62,7 +62,7 @@ $settings = $this->page->settings;
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="LiteBans">
|
||||
<link rel="shortcut icon" href="inc/img/minecraft.ico">
|
||||
<link href="<?php echo $this->page->autoversion('inc/img/favicon.ico'); ?>" rel="shortcut icon">
|
||||
<!-- CSS -->
|
||||
<link href="<?php echo $this->page->autoversion('inc/css/bootstrap.min.css'); ?>" rel="stylesheet">
|
||||
<link href="<?php echo $this->page->autoversion('inc/css/glyphicons.min.css'); ?>" rel="stylesheet">
|
||||
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Loading…
x
Reference in New Issue
Block a user