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