X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/218c239a4dc23c0dbe3878109c2f844d978ec626..f316947b98249a964b814d65377efda2405e2de1:/issue/index.php diff --git a/issue/index.php b/issue/index.php index df1aa68..4f0f57f 100644 --- a/issue/index.php +++ b/issue/index.php @@ -111,8 +111,12 @@ ob_start(); $stats = $Db->query( "SELECT count(*) AS total, count(closed) AS closed FROM issues" )->fetch(); -printf("

%d lopende zaken, %s opgelost

\n", - $stats->total - $stats->closed, $stats->closed +printf("

%s, %s opgelost

\n", + showlink( + sprintf('%d lopende zaken', $stats->total - $stats->closed), + isset($_GET['open']) ? FALSE : '?open' + ), + $stats->closed ); print '