X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/d3d149e5d0a1dd80333077966c1b9d12fd18a87a..d36426d95814cc0a5361c1310adbaff064d9b6f7:/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();