Update Font Awesome version in Admin panel

The current Font Awesome version in the admin panel is 4.4.0.

I updated this to the latest free version 6.6.0 here https://github.com/FortAwesome/Font-Awesome

I checked and all icons look to be loading properly in the admin panel. I also checked each of the built-in themes to make sure nothing was conflicting, and I didn't notice any missing icons in the themes.
This commit is contained in:
Daniel Ethan 2024-09-26 21:27:33 +01:00
commit ca55ea5881
14 changed files with 21 additions and 573 deletions

View file

@ -6,7 +6,8 @@
<title><?php echo $title;?></title>
<meta name="description" content="<?php echo $description; ?>"/>
<link rel="canonical" href="<?php echo $canonical; ?>" />
<link rel="stylesheet" href="<?php echo site_url() ?>system/resources/css/font-awesome.css">
<link rel="stylesheet" href="<?php echo site_url() ?>system/resources/css/fontawesome.min.css">
<link rel="stylesheet" href="<?php echo site_url() ?>system/resources/css/solid.min.css">
<link href="<?php echo site_url() ?>system/resources/css/adminlte.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<script src="<?php echo site_url() ?>system/resources/js/jquery.min.js"></script>
@ -75,7 +76,7 @@ if (isset($_GET['search'])) {
with font-awesome or any other icon font library -->
<li class="nav-item">
<a href="<?php echo site_url();?>admin/content" class="nav-link">
<i class="nav-icon fa fa-th"></i>
<i class="nav-icon fa-solid fa-square-plus"></i>
<p>
<?php echo ucwords(i18n('Add_content')); ?>
</p>