Skip to content

Commit

Permalink
Correction des bugs du menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Codecombay committed Jun 10, 2014
1 parent 9c0a840 commit 3c2cfad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions menu/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php">Accueil</a>
<a class="navbar-brand" href="../index.php">Accueil</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
Expand All @@ -19,8 +19,8 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Truc<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="services/terminal.php">Terminal</a></li>
<li><a href="services/monitoring.php">Monitoring</a></li>
<li><a href="../services/terminal.php">Terminal</a></li>
<li><a href="../services/monitoring.php">Monitoring</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
Expand Down

0 comments on commit 3c2cfad

Please sign in to comment.