diff --git a/src/conference.php b/src/conference.php index ee9befc04..75ff1c6e0 100644 --- a/src/conference.php +++ b/src/conference.php @@ -4807,18 +4807,6 @@ function print_body_entry($qreq, $title, $id, $extra = []) { } - // site header - if ($id === "home" || ($extra["hide_title"] ?? false)) { - echo '
', - '

null]), - '">', htmlspecialchars($this->short_name), '

'; - } else { - echo '
', - ' null]), - '">', htmlspecialchars($this->short_name), - ' Home
'; - } - echo '
'; if ($user && !$user->is_empty()) { $this->print_header_profile($id, $qreq, $user);