X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/9e9882d6f293cc508963f7d60a2854d43dabbbe9..cf16f4e70f57705e5f6308c10c3af3586b4b3940:/nieuws.php diff --git a/nieuws.php b/nieuws.php index fda142e..2b0151d 100644 --- a/nieuws.php +++ b/nieuws.php @@ -1,6 +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();