X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/087428a7f2e31e2d9269084ba2a2f3b114a8c8d7..e6e54fe22ae87eb9487595b3e6afa5b80c12e3f1:/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();