nieuws: article lists in left layout with images
[minimedit.git] / nieuws.php
index 83fdc7a037c840a88b5833acd4a7878ff4a32d44..6bf66160fa594a6c56d24da89b3eaf93a176adc0 100644 (file)
@@ -1,4 +1,4 @@
 <?php
 include_once 'nieuws.inc.php';
-$articles = ($Page ?: 'nieuws') . '/????/??';
-shownews($articles, @$_GET['n'] ?: 5);
+$articles = (ltrim($Args, '/') ?: 'nieuws') . '/????';
+shownews($articles, @$Place['n'] ?: 5);