nieuws: archive pages by year only
[minimedit.git] / nieuws.php
index 83fdc7a037c840a88b5833acd4a7878ff4a32d44..cafc94c6795a25ec866ee06c04fa689000c64e42 100644 (file)
@@ -1,4 +1,4 @@
 <?php
 include_once 'nieuws.inc.php';
-$articles = ($Page ?: 'nieuws') . '/????/??';
+$articles = ($Page ?: 'nieuws') . '/????';
 shownews($articles, @$_GET['n'] ?: 5);