X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/df00ab2b9618c2ae1038c643b01b05d443368ee9..fb2049da3dfd9814498bb2ab0cb673b6260f4bc5:/nieuws.php diff --git a/nieuws.php b/nieuws.php index 2b0151d..338a6b6 100644 --- a/nieuws.php +++ b/nieuws.php @@ -6,7 +6,7 @@ if (strpos($articles, '/') === FALSE) { foreach (array_reverse(glob("$articles/2???")) as $page) { $year = basename($page, '.html'); printf('

%s

'."\n", $page, $year); - printtoc($page); + printtoc($page, 'gallery'); } return; }