Fixed glyphicons as they were removed from Bootstrap 4

This commit is contained in:
ruan 2018-04-23 08:39:05 +02:00
parent b63a0eb3eb
commit e6d96da71d
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B
2 changed files with 1069 additions and 0 deletions

1068
inc/css/glyphicons.css Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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) {