mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-29 10:49:22 +02:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
|
|
$twig->display('networks.html.twig', array(
|
|
'topPlayers' => getTopPlayers(5)
|
|
));
|