Skip to content

Instantly share code, notes, and snippets.

@imarklee
Created June 25, 2019 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imarklee/78ae13ddc239680c9d7c12dcee4426a4 to your computer and use it in GitHub Desktop.
Save imarklee/78ae13ddc239680c9d7c12dcee4426a4 to your computer and use it in GitHub Desktop.
<a href="javascript:void(0);" class="o-avatar o-avatar--rounded" data-es-conversations-compose data-es-conversations-id="<?php echo $friend->id;?>" data-es-conversations-listid="<?php echo $listId;?>" data-user-id="<?php echo $friend->id;?>">
<img src="/<?php echo $avatar;?>" alt="<?php echo $friend->name;?>" width="40" height="40">
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment