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