X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/9bbd31c352bd9bba51508b40bfad9890a46731b9..6cd8dc5d7de3648d46545d68d5f76735b91be143:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index 51cab26..cf57dbc 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -5,7 +5,7 @@ include 'nieuws.inc.php'; if ($page and !is_numeric($page)) { $edit = !empty($User['admin']) ? htmlspecialchars(@$_GET['edit']) : NULL; - print shownewsarticle($Args, FALSE, $edit); + print shownewsarticle($Page.$Args, FALSE, $edit); return 1; } @@ -26,9 +26,7 @@ if ($year) { } print "

$title

\n\n"; - print '
'."\n\n"; shownews(glob($match.'*.html')); - print "
\n\n"; return 1; }