Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7
-
Fix Version/s: 4.7.25
-
Component/s: Core CiviCRM
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
The Font-Awesome icon does not show on the fatal error screen; a browser-specific placeholder character shows in its place as in this screen fragment:
The fatal error template is missing the style sheet that defines the classes needed to display the Font-Awesome icons. I think all that is needed is to add the following line:
@import url(/sites/all/modules/civicrm/css/crm-i.css);
between lines 36 and 37 and between lines 45 and 46 of this file:
templates/CRM/common/fatal.tpl