Author: Erik-Hoffmann (Erik-Hoffmann) Committer: GitHub (web-flow) Pusher: saundefined Date: 2025-01-20T13:11:51+03:00
Commit: https://github.com/php/web-php/commit/2fafd307cf7a206208e273894ef317a1948751c3 Raw diff: https://github.com/php/web-php/commit/2fafd307cf7a206208e273894ef317a1948751c3.diff Add 2025 archive (#1208) Changed paths: A archive/2025.php Diff: diff --git a/archive/2025.php b/archive/2025.php new file mode 100644 index 0000000000..abbb2f1e0a --- /dev/null +++ b/archive/2025.php @@ -0,0 +1,21 @@ +<?php + +$_SERVER['BASE_PAGE'] = 'archive/2025.php'; +include_once __DIR__ . '/../include/prepend.inc'; +include_once __DIR__ . '/../include/pregen-news.inc'; +news_archive_sidebar(); +site_header("News Archive - 2025"); +?> + +<h1>News Archive - 2025</h1> + +<p> + Here are the most important news items we have published in 2025 on PHP.net. +</p> + +<hr> + +<?php + +print_news($NEWS_ENTRIES, null, 500, 2025); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]);