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