myaac/templates/tibiacom/boxes/networks.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
89 B
PHP

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