X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/4867902ad83bc343db74316e54058d85627ec5f2..fe92ec8f17c832c4a663aea399dc90a4c09ce6b1:/nieuws.php diff --git a/nieuws.php b/nieuws.php deleted file mode 100644 index b28f72b..0000000 --- a/nieuws.php +++ /dev/null @@ -1,53 +0,0 @@ -$title\n\n"; - print '
'."\n\n"; - shownews($match, 100); - print "
\n\n"; - return 1; -} - -if ($Args) { - return; -} - -print '
'."\n\n"; - -foreach (array_reverse(glob("$Page/2???")) as $page) { - $year = basename($page, '.html'); - printf('

%s

'."\n", $page, $year); - printtoc("$page/??"); -} - -if ($pages = glob("$Page/19??/??/*.html")) { - printf('

%s

'."\n", "$Page/oud", 'Eerder'); - printtoc($pages); -} - -print "
\n\n"; - -if (!empty($User['admin'])) { - print ''."\n"; -}