myaac/templates/tibiacom/boxes/highscores.php
slawkens 2695995211 Move tibiacom boxes to Twig templates
Yes they are looking and working same as before ;)
2018-10-16 01:42:15 +02:00

6 lines
91 B
PHP

<?php
$twig->display('highscores.html.twig', array(
'topPlayers' => getTopPlayers(5)
));