Hi dears,
I'am trying to substitute the defaut picture by man/woman picture.
I'have a gender field containing Mme ou Mr (french).
I tried a lot of syntax and doesn't success to do it correctly (should be simple).
At last I did it like below, but it doesn't match
Code:
[cb:if avatar=""]empty avatar
[cb:if cb_ao_civ="Mme"]<img src="/images/icones/femme.png" />
[cb:else]<img src="/images/icones/homme.png" />[/cb:else]
[/cb:if]
[/cb:if]
One of you can help me ?
Thank's a lot