mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 11:43:26 +02:00
* replace "$twig->render()" with "$this->display"
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
*/
|
||||
$title = 'Downloads';
|
||||
|
||||
echo $twig->render('downloads.html.twig');
|
||||
$twig->display('downloads.html.twig');
|
||||
?>
|
Reference in New Issue
Block a user