mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
* replace "$twig->render()" with "$this->display"
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user