X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/772961fd4e9be46ad340cad1e55ee5f28cc5b968..7983570288ed2798470a552ec04f64aa646b664a:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index 0840015..0bb72f9 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -41,7 +41,7 @@ if ($page and !is_numeric($page)) { } } if ($replyform) { - print placeholder_include('reply'); + print $Page->widget('reply'); } return; } @@ -67,6 +67,6 @@ if ($year) { } print "

$title

\n\n"; - print placeholder_include('nieuws', [$match]); + print $Page->widget('nieuws', [$match]); return; }