We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b42310 commit c98f8beCopy full SHA for c98f8be
archive/2024.php
@@ -0,0 +1,21 @@
1
+<?php
2
+
3
+$_SERVER['BASE_PAGE'] = 'archive/2024.php';
4
+include_once __DIR__ . '/../include/prepend.inc';
5
+include_once __DIR__ . '/../include/pregen-news.inc';
6
+news_archive_sidebar();
7
+site_header("News Archive - 2024");
8
+?>
9
10
+<h1>News Archive - 2024</h1>
11
12
+<p>
13
+ Here are the most important news items we have published in 2024 on PHP.net.
14
+</p>
15
16
+<hr>
17
18
19
20
+print_news($NEWS_ENTRIES, null, 500, 2024);
21
+site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]);
0 commit comments