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