Par contre ya pas l'image de SRWare iron
Et il y a toujours cet espace
Code: Tout sélectionner
<!-- BEGIN custom_fields -->
<dd class="profile-posts"><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong>{postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- IF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Safari" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/safari.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Opera" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/opera.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Google Chrome" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/chrome.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Internet Explorer" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/explorer.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Brave" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/brave.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Firefox" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/firefox.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "SRWare Iron" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/iron.png" />
<!-- ENDIF --></dd>
<!-- END custom_fields -->