mirror of
https://github.com/slawkens/myaac.git
synced 2026-03-01 08:33:32 +01:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
|
|
$twig->display('networks.html.twig', array(
|
|
'topPlayers' => getTopPlayers(5)
|
|
));
|