1
0
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:
Cameron
2023-02-05 13:48:50 -08:00
parent bd9f62675b
commit d320ee926e
20 changed files with 10424 additions and 16 deletions

View File

@@ -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');