diff --git a/include/layout.inc b/include/layout.inc index 7f572da6b..02b6f733c 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -526,10 +526,10 @@ function get_nav_items(): array { id: 'help', ), new NavItem( - name: 'PHP 8.4', - href: '/releases/8.4/index.php', + name: 'PHP 8.5', + href: '/releases/8.5/index.php', id: 'php8', - image: '/images/php8/logo_php8_4.svg', + image: '/images/php8/logo_php8_5.svg', ) ]; } diff --git a/index.php b/index.php index 79a698a6c..9e24fc8c5 100644 --- a/index.php +++ b/index.php @@ -86,7 +86,7 @@ $intro = <<