mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Issue #4969 Added support for FontAwesome v6
This commit is contained in:
@@ -4027,7 +4027,7 @@ class e_parse
|
||||
|
||||
case "fa":
|
||||
default:
|
||||
if ($this->fontawesome === 5)
|
||||
if ($this->fontawesome === 5 || $this->fontawesome === 6)
|
||||
{
|
||||
$fab = e107::getMedia()->getGlyphs('fab');
|
||||
$fas = e107::getMedia()->getGlyphs('fas');
|
||||
|
Reference in New Issue
Block a user