landscapePosters)) { $landscape = "landscapeTile"; if (!empty($obj->titleLabel)) { $css = "height: 185px;"; } } $get = $_GET; $post = $_POST; $timeLog3 = __FILE__ . " - modeFlix Row"; TimeLogStart($timeLog3); ?> $value) { $uid = "{$uidOriginal}_{$value['id']}"; $images = Video::getImageFromFilename($value['filename'], $value['type']); if (!empty($value['serie_playlists_id'])) { if (empty($images) || empty($images->poster) || preg_match('/notfound/', $images->poster)) { $images = PlayList::getRandomImageFromPlayList($value['serie_playlists_id']); } } $imgGif = $images->thumbsGif; $img = $images->thumbsJpg; $poster = $images->poster; $canWatchPlayButton = ""; if (User::canWatchVideoWithAds($value['id'])) { $canWatchPlayButton = "canWatchPlayButton"; } else if ($obj->hidePlayButtonIfCannotWatch) { $canWatchPlayButton = "hidden"; } if (!empty($rowPlayListLink)) { $rowLink = addQueryStringParameter($rowPlayListLink, 'playlist_index', $_index); $rowLinkEmbed = addQueryStringParameter($rowPlayListLinkEmbed, 'playlist_index', $_index); } else { $rowLink = YouPHPFlix2::getLinkToVideo($value['id'], true); $rowLinkEmbed = Video::getLinkToVideo($value['id'], $value['clean_title'], true); } if (empty($value['serie_playlists_id'])) { include $global['systemRootPath'] . 'plugin/YouPHPFlix2/view/row_video.php'; } else { include $global['systemRootPath'] . 'plugin/YouPHPFlix2/view/row_serie.php'; } } TimeLogEnd($timeLog3, __LINE__); $_GET = $get; $_POST = $post;