X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/df00ab2b9618c2ae1038c643b01b05d443368ee9..e23ce7dc52392f928bf5879605da57e4bf7a7823:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index b54d5bd..11e305e 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -34,6 +34,10 @@ if ($year) { $match .= "/19??"; $title .= " vóór 2000"; } + elseif (file_exists("$Page/.tags/$year")) { + $match .= "/.tags/$year"; + $title .= " met $year"; + } print "

$title

\n\n"; print placeholder_include('nieuws', [$match]);