joomdev / Astroid-Framework

Powerful framework for designers and developers to create responsive, fast & robust Joomla based websites and templates.
https://github.com/templaza/astroid-framework
GNU General Public License v2.0
104 stars 43 forks source link

[J!4, AF 2.5.4] fontawesome wrong path #228

Open ReLater opened 2 years ago

ReLater commented 2 years ago

Reason: See https://github.com/joomdev/Astroid-Framework/blob/v2.5.4/astroid/astroid-framework/framework/library/astroid/Helper/Head.php#L64

This path doesn't exist anymore in Joomla 4. Therefore fa-* icons aren't displayed.

ReLater commented 2 years ago

I forgot to say that I've disabled "Font Awesome Loading" in Astroid plugin. After looking in the code above where I find also a line $document->loadFontAwesome(); I'm a bit confused now. Maybe the linked line above is intentionally wrong and just redundant in some cases?