Skip to content

Commit

Permalink
Merge pull request #10937 from colemanw/CRM-21139
Browse files Browse the repository at this point in the history
CRM-21139 - Add crm-i.css to common/fatal.tpl
  • Loading branch information
colemanw authored Sep 4, 2017
2 parents def623a + e588e90 commit 74835cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/CRM/common/fatal.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<base href="{$config->resourceBase}" />
<style type="text/css" media="screen">
@import url({$config->resourceBase}css/civicrm.css);
@import url({$config->resourceBase}css/crm-i.css);
@import url({$config->resourceBase}bower_components/font-awesome/css/font-awesome.min.css);
</style>
</head>
Expand All @@ -43,6 +44,7 @@
<div id="crm-container" class="crm-container" lang="{$config->lcMessages|truncate:2:"":true}" xml:lang="{$config->lcMessages|truncate:2:"":true}">
<style type="text/css" media="screen">
@import url({$config->resourceBase}css/civicrm.css);
@import url({$config->resourceBase}css/crm-i.css);
@import url({$config->resourceBase}bower_components/font-awesome/css/font-awesome.min.css);
</style>
{/if}
Expand Down

0 comments on commit 74835cb

Please sign in to comment.