Sélectionner une révision Git
menu.include.html 667 o
<nav class="row">
<ul class="row">
<div class="space col-1 col-m-1"></div>
<a href="<?php echo BASE_URL."/listejeux";?>">
<li class="<?php if($page_title == "Liste des jeux") echo "actif "; ?>col-3 col-m-3">La liste de nos jeux</li>
</a>
<a href="<?php echo BASE_URL."/classement/global";?>">
<li class="<?php if($page_title == "Classement général") echo "actif "; ?>col-3 col-m-3">Le classement général</li>
</a>
<a href="<?php echo BASE_URL."/contact";?>">
<li class="<?php if($page_title == "Contact") echo "actif "; ?>col-3 col-m-3">Nous contacter</li>
</a>
<div class="space col-1 col-m-1"></div>
</ul>
</nav>