mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 22:16:23 +05:30
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:
parent
941a75b797
commit
ca55ea5881
14 changed files with 21 additions and 573 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue