function getProfileImage($profile)
{
    $u = new UserFunctions();
    return array('status' => true, 'img' => $u->getUserPicture($profile));
}