By Szklana on
Well the problem is that... I created a custom user_profile.tpl.php and it dont displays correct the avatar.. I tried all of the options I found here.. sometimes it dont displays any avatar, sometimes it displays the same avatar for all users (propoblly reading it from logged user).
How should look the code for avatar in user profile tpl for drupal 6.x?
Comments
Ok kinda fixed it faster
Ok kinda fixed it faster than I suspect :P If someone need code for it it`s here:
<img src="<?php print t($account->picture); ?>" border="0">