Commit 240b629b21bb0bdad42c1f4738424c0afb668008
1 parent
4e52cc58
Fixed menu
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
menu.php
1 | 1 | <div class="well well-sm" role="complementary"> |
2 | 2 | <ul class="nav"> |
3 | 3 | <li> |
4 | - <a href="#" onClick="file('news.php')">News</a> | |
4 | + <a href="#" onClick="file('news.php'):">News</a> | |
5 | 5 | </li> |
6 | 6 | <li> |
7 | - <a href="#" onClick="file('agenda.php')">Agenda</a> | |
7 | + <a href="#" onClick="file('agenda.php');">Agenda</a> | |
8 | 8 | </li> |
9 | 9 | <li> |
10 | - <a href="#" onClick="file('orga.php')">Organisation</a> | |
10 | + <a href="#" onClick="file('orga.php');">Organisation</a> | |
11 | 11 | </li> |
12 | 12 | <li> |
13 | - <a href="#" onClick="file('connect.php')">Connexion</a> | |
13 | + <a href="#" onClick="file('connect.php;')">Connexion</a> | |
14 | 14 | </li> |
15 | 15 | </ul> |
16 | 16 | </div> | ... | ... |