nieuws: placeholder script to show articles
[minimedit.git] / nieuws.php
diff --git a/nieuws.php b/nieuws.php
new file mode 100644 (file)
index 0000000..83fdc7a
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+include_once 'nieuws.inc.php';
+$articles = ($Page ?: 'nieuws') . '/????/??';
+shownews($articles, @$_GET['n'] ?: 5);