Ejemplo n.º 1
0
<h4><?php 
    printf(__('Group %s', 'leaguemanager'), $group);
    ?>
</h4>
<h5><?php 
    _e('Standings', 'leaguemanager');
    ?>
</h5>
<?php 
    leaguemanager_standings($league->id, array('season' => $league->season, 'group' => $group));
    ?>

<h5><?php 
    _e('Match Plan', 'leaguemanager');
    ?>
</h5>
<?php 
    leaguemanager_matches($league->id, array('season' => $league->season, 'group' => $group));
    ?>

<?php 
}
?>

<h5><?php 
_e('Inter Group Matches', 'leaguemanager');
?>
</h5>
<?php 
leaguemanager_matches($league->id, array('season' => $league->season, 'group' => ''));
Ejemplo n.º 2
0
		<h4><?php 
        _e('Standings', 'leaguemanager');
        ?>
</h4>
		<?php 
        leaguemanager_standings($league->id, array('season' => $league->season));
        ?>


		<!-- Match Overview -->
		<h4><?php 
        _e('Matches', 'leaguemanager');
        ?>
</h4>
		<?php 
        leaguemanager_matches($league->id, array('season' => $league->season, 'archive' => $archive));
        ?>

		<!-- Crosstable -->
		<h4><?php 
        _e('Crosstable', 'leaguemanager');
        ?>
</h4>
		<?php 
        leaguemanager_crosstable($league->id, array('season' => $league->season));
        ?>
	<?php 
    }
    ?>

<?php