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