I just need the link of the profile picture of the current logged-in user in Drupal 7. I tried this:
global $user;
print $user->picture;
output: 2
And this:
global $user;
print theme('user_picture', array('account' => $user));
Output: the image as a < img >-element