mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
* replace "$twig->render()" with "$this->display"
This commit is contained in:
@@ -18,7 +18,7 @@ for($i = 0; $i < $columns; $i++) {
|
||||
}
|
||||
}
|
||||
|
||||
echo $twig->render('experience_table.html.twig', array(
|
||||
$twig->display('experience_table.html.twig', array(
|
||||
'experience' => $experience
|
||||
));
|
||||
?>
|
||||
|
Reference in New Issue
Block a user