Skip to content

Commit ea72946

Browse files
authored
[5.3] Update Icon of Misc Information in Contact (#46067)
Until version 5.2 the icon for the Miscellaneous information is a black circle with the letter "i" in the middle (ie. icon-info-circle). In version 5.3, the icon has changed to Home icon (ie. icon-home) which is same as that of the Website. So, this change would differentiate the field identifications. Pull Request for Issue # 46057.
1 parent 2ec4c39 commit ea72946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/com_contact/tmpl/contact/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<dl class="dl-horizontal">
172172
<dt>
173173
<?php if ($icon && !$this->params->get('marker_misc')) : ?>
174-
<span class="icon-home" aria-hidden="true"></span>
174+
<span class="icon-info-circle" aria-hidden="true"></span>
175175
<?php elseif ($icon && $this->params->get('marker_misc')) : ?>
176176
<span class="jicons-image">
177177
<?php echo $this->params->get('marker_misc'); ?>

0 commit comments

Comments
 (0)