Skip to content

Commit 2fafd30

Browse files
Add 2025 archive (#1208)
1 parent e1caeed commit 2fafd30

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

archive/2025.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
$_SERVER['BASE_PAGE'] = 'archive/2025.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 - 2025");
8+
?>
9+
10+
<h1>News Archive - 2025</h1>
11+
12+
<p>
13+
Here are the most important news items we have published in 2025 on PHP.net.
14+
</p>
15+
16+
<hr>
17+
18+
<?php
19+
20+
print_news($NEWS_ENTRIES, null, 500, 2025);
21+
site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]);

0 commit comments

Comments
 (0)