Hi,
I just encountered a bug in JA Fubix’ html/com_contact/contact/default_adress.php line 95:
It defines the icon for mobile number, but mistakenly chooses icon for print/fax.
Additionally emailadress is has no icon at all. So I added
<i class="icon-mail"> </i>
in line 62 to display an envelope icon (that pushes line of code for mobile phone number one line down to to 96).
Wrong line of code in line 95/96:
<i class="icon-print"> </i>
Example with wrong icon for mobile number and missing icon for email address:
https://test.ulc-moedling.at/kontaktformular
Fixed line of code in line 95/96:
<i class="icon-mobile"> </i>
Example with correct icon for mobile mumber and added icon for email address:
https://www.ulc-moedling.at/kontaktformular
Regards,
Klaus