By shali.nguyen on
Hello!
I am trying to display profile picture in the page.tpl.php file.
Right now I have at the very top:
<?php
global $user;
profile_load_profile($user);
?>
Then I have where I want picture to display this code:
<?php if ($profile): print $profile['user_picture']; endif; ?>
What am I doing wrong? Thanks!
Comments
I think you need this...
Doug Gough
ImageX Media
Sorry. I was wrong.
See http://drupal.org/node/22908
Doug Gough
ImageX Media