hidePrivateVideos, true); } if (empty($video)) { $video = Video::getVideo("", Video::SORT_TYPE_VIEWABLENOTUNLISTED, !$obj2->hidePrivateVideos, false, true); } if (empty($video)) { $video = Video::getVideo("", Video::SORT_TYPE_VIEWABLENOTUNLISTED, !$obj2->hidePrivateVideos, true); } if ($obj->BigVideo && empty($_GET['showOnly'])) { if (empty($video)) { include_once __DIR__.'/notFoundHTML.php'; } else { $name = User::getNameIdentificationById($video['users_id']); $images = Video::getImageFromFilename($video['filename'], $video['type']); $imgGif = $images->thumbsGif; $poster = $images->poster; ?>