modif header
This commit is contained in:
parent
30ca31ed2b
commit
0677bca90c
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ $nav = '<li><a href="index.php">Accueil</a></li>';
|
||||||
$nav .= '<li><a href="index.php?route=operations">Opérations</a></li>';
|
$nav .= '<li><a href="index.php?route=operations">Opérations</a></li>';
|
||||||
$nav .= '<li><a href="index.php?route=add_utilisateurs_form">Créer un compte</a></li>';
|
$nav .= '<li><a href="index.php?route=add_utilisateurs_form">Créer un compte</a></li>';
|
||||||
$nav .= '<li><a href="index.php?route=modif_utilisateurs_form">Modifier un compte</a></li>';
|
$nav .= '<li><a href="index.php?route=modif_utilisateurs_form">Modifier un compte</a></li>';
|
||||||
|
$nav .= '<li><a href="index.php?route=lecture">Voir un planning</a></li>';
|
||||||
|
|
||||||
// À DÉCOMMENTER quand l'auth sera fonctionnelle :
|
// À DÉCOMMENTER quand l'auth sera fonctionnelle :
|
||||||
// if (is_logged()) {
|
// if (is_logged()) {
|
||||||
|
|
|
||||||
|
|
@ -34,4 +34,4 @@ function planning_view(array $sauveteurs, array $creneaux, array $grille, string
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue