1
I want to include a little area of content in the theme that will display the users name and their avatar if they are logged in.
How might I do this?
I tried using this ;
<{if $user.avatar != ""}><img src="<{$user.avatar}>" alt="" width="50" /><{/if}>
from a block and adding it to the theme.html but no luck.
Any help is appreciated.