mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-02 15:56:51 +01: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