Advertisement
jmlapam

Untitled

Feb 9th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function _favicon_gravatar() {
  2. $hash = md5(strtolower(trim('mail@gmail.com')));
  3. echo 'http://www.gravatar.com/avatar/' . $hash . '?s=16';
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement