I'm putting together a page where the user login appears at the top right. I need to know the command to insert the photo of the person next to the name. I currently put an icon to represent a person, but I would like it to be the photo.
This is the code I use to display the name and icon.
<li style="padding-right:15px"><span class="glyphicon glyphicon-user" style="color: #777"></span></li>