getStatus() === 'i') { forbiddenPage(__("This user is inactive")); } $isMyChannel = $user_id == User::getId(); $channelPassword = User::getProfilePassword($user_id); if (!empty($channelPassword)) { forbiddenPage('This channel is password protected', false, $channelPassword); } AVideoPlugin::getChannel($user_id, $user); $channelFluidLayout = true; // verify the width to match with the old profile bg image $bgImagePath = $global['systemRootPath'] . $user->getBackgroundURL(); $bgSize = getimagesize($bgImagePath); if ($bgSize[0] < 2048) { $channelFluidLayout = false; } $metaDescription = " Channel - {$_GET['channelName']}"; $page = new Page(array($_GET['channelName'],"Channel"), 'userChannel'); $page->setIncludeInHead(array('view/channelHead.php')); $page->setIncludeInFooter(array('plugin/YouPHPFlix2/view/modeFlixFooter.php')); $page->setIncludeFooter(false); ?>
">
print(false); ?>