" class="btn btn-default" style="position: absolute; right: 10px; top: 5px;">
body{padding-top:0;}';
}
echo '';
return '';
}
TimeLogEnd($tname, __LINE__, $tTolerance);
if (!empty($advancedCustomUser->keepViewerOnChannel)) {
if (!empty($_GET['channelName'])) {
_session_start();
$_SESSION['channelName'] = $_GET['channelName'];
}
if (!empty($_GET['leaveChannel'])) {
_session_start();
unset($_SESSION['channelName']);
}
}
//_session_write_close();
global $includeDefaultNavBar, $global, $config, $advancedCustom, $advancedCustomUser;
if (!isset($global['systemRootPath'])) {
require_once '../videos/configuration.php';
}
require_once $global['systemRootPath'] . 'objects/user.php';
require_once $global['systemRootPath'] . 'objects/category.php';
TimeLogEnd($tname, __LINE__, $tTolerance);
$_GET['parentsOnly'] = "1";
$lang = getLanguage();
$thisScriptFile = pathinfo($_SERVER["SCRIPT_FILENAME"]);
if (empty($sidebarStyle)) {
$sidebarStyle = "display: none;";
}
$includeDefaultNavBar = true;
_ob_start();
TimeLogEnd($tname, __LINE__, $tTolerance);
echo AVideoPlugin::navBar();
TimeLogEnd($tname, __LINE__, $tTolerance);
if (!$includeDefaultNavBar) {
return false;
}
if (!empty($_GET['avideoIframe'])) { // comes from avideoModalIframe(url) javascript
?>
{$customizePluginDescription}";
} elseif (!empty($metaDescription)) {
echo "{$metaDescription}";
}
}
TimeLogEnd($tname, __LINE__, $tTolerance);
if (!User::isLogged() && !empty($advancedCustomUser->userMustBeLoggedIn) && !empty($advancedCustomUser->userMustBeLoggedInCloseButtonURL)) {
TimeLogEnd($tname, __LINE__, $tTolerance);
include $global['systemRootPath'] . 'view/include/navbarCloseButton.php';
TimeLogEnd($tname, __LINE__, $tTolerance);
} elseif (((empty($advancedCustomUser->userMustBeLoggedIn) && empty($advancedCustom->disableNavbar)) || $thisScriptFile["basename"] === "signUp.php" || $thisScriptFile["basename"] === "userRecoverPass.php") || User::isLogged()) {
TimeLogEnd($tname, __LINE__, $tTolerance);
$updateFiles = getUpdatesFilesArray();
?>
underMenuBarHTMLCode->value)) {
echo $advancedCustom->underMenuBarHTMLCode->value;
}
} elseif ($thisScriptFile["basename"] !== 'user.php' && empty($advancedCustom->disableNavbar)) {
}
TimeLogEnd($tname, __LINE__, $tTolerance);
echo '', AVideoPlugin::navBarAfter(), '';
TimeLogEnd($tname, __LINE__, $tTolerance);
unset($_GET['parentsOnly']);
?>