Interclub 2021

{source}

<?php

$jaar=2021;    // jaar van de eerste ronde

$aantalPloegen=3;

include(“PHP/withTabs2.php”);

include(“PHP/getInterclubPage.php”);

$TB=new LP_TabBar(“IC”);

for ($P=1; $P<=$aantalPloegen; $P++) $TB->AddTab(“Ploeg $P”, getInterclubPage($jaar, $P));

$TB->Close();

?>

{/source}

Scroll naar boven