Skip to content

Commit 734af81

Browse files
authored
Refactor navbar.php with consistent formatting
1 parent 4b941b6 commit 734af81

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

includes/navbar.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</li>
4848
<?php } if(isset($_SESSION['auth']) AND $_SESSION['grade'] != 0){ ?>
4949
<li class="nav-item">
50-
<a class="nav-link" href="gestion/">Gestion</a>
50+
<a class="nav-link" href="gestion/index.php">Gestion</a>
5151
</li>
5252
<?php } ?>
5353
</ul>
@@ -60,4 +60,5 @@
6060
</nav>
6161
<br />
6262
<br />
63-
<br />
63+
64+
<br />

0 commit comments

Comments
 (0)