nieuws: toc option to prepend images
[minimedit.git] / nieuws.php
index 2b0151da20f0de37f327e68c1d6af6503dd74ceb..338a6b6693d2fdfee42b8303d09552888f10c723 100644 (file)
@@ -6,7 +6,7 @@ if (strpos($articles, '/') === FALSE) {
                foreach (array_reverse(glob("$articles/2???")) as $page) {
                        $year = basename($page, '.html');
                        printf('<h3><a href="/%s">%s</a></h3>'."\n", $page, $year);
-                       printtoc($page);
+                       printtoc($page, 'gallery');
                }
                return;
        }