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="class4.php" class="classementE">Classement</a>
			</div>
			
			<div id="prono_P">
				<?php 
if ($pronostic->verifier4($_SESSION["user_id"]) !== true) {
    print '<a href="prono_4.php" class="prono_P">Pronostiquer</a>';
} else {
    print '<a href="prono4.php" class="prono_P">Votre prono</a>';
}
?>
			</div>
			
			<table>
				<thead>
					<tr>
						<th>Parcours</th>
						<th><a href="profil4.html">Profil</a></th>
						<th><a href="cote4.html">CĂ´tes</a></th>
						<th><a href="der4.html">Dernier Km</a></th>
					</tr>