Skip to content

Commit

Permalink
corrige un petit bug du menu
Browse files Browse the repository at this point in the history
  • Loading branch information
thedj21 committed Jun 10, 2014
1 parent 96aaf99 commit f7c73d5
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 f7c73d5

Please sign in to comment.