X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/d3d149e5d0a1dd80333077966c1b9d12fd18a87a..43e650373b89d2fb7ce1d580dccc10ed46dd7fa7:/nieuws.php diff --git a/nieuws.php b/nieuws.php index 6bf6616..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();