• Hi,
    I need that when playing table games and the statistics show, however nišamuspeo to find a variable that is stored in the statistics, so I prayed for help

    leaguemanager/templates/matches.php – file

    <?php foreach ( $matches AS $match ) : ?>
    
    <tr class='<?php echo $match->class ?>'>
    	<td class='match'><?php echo $match->date." ".$match->start_time." ".$match->location ?>
    
    <strong><?php echo $match->title ?></strong> <?php echo $match->report ?></td>
    	<td class='score' valign='bottom'><?php echo $match->score ?></td>
    </tr>

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

The topic ‘LeagueManager statistic support’ is closed to new replies.