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