VHD.sections = []; VHD.sections.push({ route: "home", url: "", title: "Home" }); /* VHD.sections.push({ route: "location", url: "location", title: "Location" }); VHD.sections.push({ route: "schedule", url: "schedule", title: "Schedule" }); VHD.sections.push({ route: "prizes", url: "prizes", title: "Prizes" }); VHD.sections.push({ route: "apis", url: "apis", title: "Apis" }); */ /* if (VHD.time.get("is_after_sponsorship_deadline")) { VHD.sections.push({ route: "videos", url: "videos", title: "Videos" }); } */ if (VHD.time.get("is_before_schedule_start")) { VHD.sections.push({ route: "about", url: "about", title: "About" }); } VHD.sections.push({ externalurl: "archive/2017/index.html", title: "VHD 2017" }); VHD.sections.push({ externalurl: "archive/2016/index.html", title: "VHD 2016" }); VHD.sections.push({ externalurl: "archive/2015/index.html", title: "VHD 2015" });