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:
@@ -120,11 +120,11 @@ if($players > 0)
|
||||
}
|
||||
}
|
||||
|
||||
echo $twig->render('online.html.twig', array(
|
||||
$twig->display('online.html.twig', array(
|
||||
'players' => $players_data,
|
||||
'record' => $record
|
||||
));
|
||||
|
||||
//search bar
|
||||
echo $twig->render('online.form.html.twig');
|
||||
$twig->display('online.form.html.twig');
|
||||
?>
|
||||
|
Reference in New Issue
Block a user