X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/a332183ffe74a1580779a5eeeeb7dbe02a398075..212c5051484f6ee08b95f284c133337896c42f41:/nieuws.inc.php diff --git a/nieuws.inc.php b/nieuws.inc.php index 454c91c..57c53fc 100644 --- a/nieuws.inc.php +++ b/nieuws.inc.php @@ -53,15 +53,22 @@ function shownewsarticle($url, $link = TRUE, $title = NULL) function shownews($input, $limit = 1000) { if (!is_array($input)) $input = glob("$input/*.html"); - foreach (array_reverse($input) as $url) { - print "
"; + print '
\n\n"; if (--$limit <= 0) break; } + print "\n\n"; } function printtoc($input)