Hello,
I am newbie & trying smarty for Gravatar plugin like this.
<img src="{gravatar email="[email protected]"}">
But to get value of email I need to use {$client.email}
So My final code look like
<img src="{gravatar email="{$client.email}"}">
Which is not working.
Where I am going wrong ?
Thanks