Table of contents
No headers

This page shows how to display the gravatar of the current user.

<div style=“float: right;”>
	<center>
		web.link(user.uri, user.gravatar);
                <br/>
		web.link(user.uri, user.name);
	</center>
</div>
You must login to post a comment.