Skip to content

Instantly share code, notes, and snippets.

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