MyBB Community Forums

Full Version: img title lasvisit problem?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
$avatar = '<img src="' . $user['avatar'] . '" alt="'. $data .'" title="'. $user['username'] . '" />';


In the code above, how do we show both title and last visit time we hovered over the avatar.