laruence

Untitled

Dec 15th, 2011
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Index: user.php
  2. ===================================================================
  3. --- user.php (revision 321042)
  4. +++ user.php (working copy)
  5. @@ -17,7 +17,7 @@
  6. <div about="#me" typeof="foaf:Person" id="profile">
  7. <?php
  8. if ($email) {
  9. - echo '<span rel="foaf:img"><img rel="foaf:img" src="http://www.gravatar.com/avatar/', md5($email), '.jpg" alt="Picture of ', $NFO["name"], '" height="80" width="80" /></span>';
  10. + echo '<span rel="foaf:img"><img rel="foaf:img" src="http://www.gravatar.com/avatar/', md5($email), '?s=80&r=g" alt="Picture of ', $NFO["name"], '" /></span>';
  11. }
  12. ?>
  13. <dl>
Advertisement
Add Comment
Please, Sign In to add comment