* replace "$twig->render()" with "$this->display"

This commit is contained in:
slawkens
2018-05-29 21:29:08 +02:00
parent 68d74a490b
commit c654ea329c
69 changed files with 413 additions and 413 deletions

View File

@@ -31,11 +31,11 @@ foreach($changelogs as $key => &$log)
if ($i >= $limit)
$next_page = true;
$i++;
}
echo $twig->render('changelog.html.twig', array(
$twig->display('changelog.html.twig', array(
'changelogs' => $changelogs,
'page' => $_page,
'next_page' => $next_page,