mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +00:00
Fixed glyphicons as they were removed from Bootstrap 4
This commit is contained in:
parent
b63a0eb3eb
commit
e6d96da71d
1068
inc/css/glyphicons.css
Normal file
1068
inc/css/glyphicons.css
Normal file
File diff suppressed because it is too large
Load Diff
@ -65,6 +65,7 @@ $settings = $this->page->settings;
|
|||||||
<link rel="shortcut icon" href="inc/img/minecraft.ico">
|
<link rel="shortcut icon" href="inc/img/minecraft.ico">
|
||||||
<!-- 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.css'); ?>" rel="stylesheet">
|
||||||
<link href="<?php echo $this->page->autoversion('inc/css/custom.css'); ?>" rel="stylesheet">
|
<link href="<?php echo $this->page->autoversion('inc/css/custom.css'); ?>" rel="stylesheet">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function withjQuery(f) {
|
function withjQuery(f) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user