nieuws: call placeholder for year lists
[minimedit.git] / nieuws.php
1 <?php
2 include_once 'nieuws.inc.php';
3 $articles = (ltrim($Args, '/') ?: 'nieuws');
4 if (strpos($articles, '/') === FALSE) {
5         $articles .= '/????';
6 }
7 ob_start();
8 shownews($articles, @$Place['n'] ?: 5);
9 print getoutput();