X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/b95195ed4540a07ac0f31c363101698ada841d67..ce951ad9579fd96a7ba185f6d7cbd99bd37b9ec4:/nieuws.php diff --git a/nieuws.php b/nieuws.php index cafc94c..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();