Example #1
0
					</td>
					<td width="20%" style="text-align: center">
						<?php 
        if ($this->config->show_avatar == 1) {
            ?>
							<center><?php 
            echo jvaHelper::showAvatar($entry->userid);
            ?>
</center>
						<?php 
        }
        ?>
					</td>
					<td width="20%" style="text-align: center">
						<center><?php 
        echo jvaHelper::userlink($entry->userid, !(int) $this->config->show_usernames ? $entry->name : $entry->username);
        ?>
</center>
					</td>
					<td width="40%" style="text-align: center">
						<center><?php 
        echo $entry->points;
        ?>
</center>
					</td>
				</tr>
			<?php 
    }
    ?>
			</table>
		</div>
Example #2
0
            echo jvaHelper::formatDate($score['date']);
            ?>
</td>
					<td width="25%" style="text-align: center;">
					<?php 
            if ($this->config->show_avatar == 1) {
                ?>
						<?php 
                echo jvaHelper::showAvatar($score['userid']);
                ?>
					<?php 
            }
            ?>
					</td>
					<td width="25%" style="text-align: center;"><?php 
            echo jvaHelper::userlink((int) $score['userid'], !(int) $this->config->show_usernames ? $score['name'] : $score['username']);
            ?>
</td>
					<td width="25%" style="text-align: center;"><?php 
            echo round($score['score'], 2);
            ?>
</td>
				</tr>
			<?php 
        }
        ?>
		<?php 
    }
    ?>
		<?php 
}