Example #1
0
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
		<header>		
			<a href="index.php"><img src="images/home.jpg" class="home"/></a>	
		</header>
		
		<content>
		
			<div id="classementE">
				<a href="class9.php" class="classementE">Classement</a>
			</div>
			
			<div id="prono_P">
				<?php 
if ($pronostic->verifier9($_SESSION["user_id"]) !== true) {
    print '<a href="prono_9.php" class="prono_P">Pronostiquer</a>';
} else {
    print '<a href="prono9.php" class="prono_P">Votre prono</a>';
}
?>
			</div>
			
			<table>
				<thead>
					<tr>
						<th>Parcours</th>
						<th><a href="profil9.html">Profil</a></th>
						<th><a href="cote9.html">CĂ´tes</a></th>
						<th><a href="der9.html">Dernier Km</a></th>
					</tr>