X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/087428a7f2e31e2d9269084ba2a2f3b114a8c8d7..df00ab2b9618c2ae1038c643b01b05d443368ee9:/nieuws.php diff --git a/nieuws.php b/nieuws.php index 83fdc7a..2b0151d 100644 --- a/nieuws.php +++ b/nieuws.php @@ -1,4 +1,22 @@ %s'."\n", $page, $year); + printtoc($page); + } + return; + } + $articles .= '/????'; +} + +if (@$Place['view'] === 'toc') { + printtoc($articles); + return; +} +ob_start(); +shownews($articles, @$Place['n'] ?: 5); +print getoutput();