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