Autoversion favicon

This commit is contained in:
ruan 2018-05-12 06:25:38 +02:00
parent 77c4bf71a0
commit 61c0d4717a
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B
3 changed files with 6 additions and 6 deletions

View File

@ -101,27 +101,27 @@ tr.hover {
.litebans-label-inactive { .litebans-label-inactive {
color: #fff; color: #fff;
background-color: #f79720 background-color: #f79720;
} }
.litebans-label-expired { .litebans-label-expired {
color: #fff; color: #fff;
background-color: #777 background-color: #777;
} }
.litebans-label-active { .litebans-label-active {
color: #fff; color: #fff;
background-color: #ee5555 background-color: #ee5555;
} }
.litebans-label-permanent { .litebans-label-permanent {
color: #fff; color: #fff;
background-color: #ee5555 background-color: #ee5555;
} }
.litebans-label-ipban { .litebans-label-ipban {
color: #fff; color: #fff;
background-color: #ee5555 background-color: #ee5555;
} }
/* history.php */ /* history.php */

View File

@ -62,7 +62,7 @@ $settings = $this->page->settings;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content="LiteBans"> <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 --> <!-- CSS -->
<link href="<?php echo $this->page->autoversion('inc/css/bootstrap.min.css'); ?>" rel="stylesheet"> <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"> <link href="<?php echo $this->page->autoversion('inc/css/glyphicons.min.css'); ?>" rel="stylesheet">

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB