<?phprequire_once('./global.php');include(DIR . '/includes/functions_user.php');$avatar = fetch_avatar_url($vbulletin->userinfo['userid'])echo "<img src=$avatar alt='' border='0' />";?>