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