X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/a332183ffe74a1580779a5eeeeb7dbe02a398075..b0e06544a5299b3e77561f61544ff6a23094e3b1:/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)