Ejemplo n.º 1
0
 * + Johannes 'Banana' Keßler
 * + http://hlstats.sourceforge.net
 * + 2007 - 2012
 * +
 *
 * This program is free software is licensed under the
 * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
 *
 * You should have received a copy of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
 * along with this program; if not, visit http://hlstats-community.org/License.html
 *
 */
require 'class/players.class.php';
$playersObj = new Players($game);
pageHeader(array($gamename, l('Players timeline')), array($gamename => "index.php?game={$game}", l("Player Rankings") => "index.php?mode=players&game={$game}", l("Players timeline") => ""));
$timeline = $playersObj->getTimeline();
?>
<div id="sidebar">
	<h1><?php 
echo l('Options');
?>
</h1>
	<div class="left-box">
		<ul class="sidemenu">
			<li>
				<a href="?mode=players&amp;game=<?php 
echo $game;
?>
"><?php 
echo l('Player Rankings');
?>