Skip to content

Instantly share code, notes, and snippets.

@imarklee
Created July 2, 2019 22:35
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/7cc8b1a2e6938f4b92dc416af23586c1 to your computer and use it in GitHub Desktop.
Save imarklee/7cc8b1a2e6938f4b92dc416af23586c1 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