Commit 51dfbe8d4ae5b6f49b4597dc31899e1f4db0c143

Authored by Jean Wasilewski
1 parent 8e13785e

Fixed display issue

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
@@ -16,9 +16,8 @@ @@ -16,9 +16,8 @@
16 ?> 16 ?>
17 <p class="navbar-text navbar-right"> 17 <p class="navbar-text navbar-right">
18 Bienvenue, <a href="#" class="navbar-link"><?php echo $_SESSION["realname"];?>.'</a> 18 Bienvenue, <a href="#" class="navbar-link"><?php echo $_SESSION["realname"];?>.'</a>
19 - </p>  
20 - <p class="navbar-right">  
21 - <a href="#" onclick="file('logout.php');document.location.reload();" class="glyphicon glyphicon-star"></a> 19 + <a href="#" onclick="file('logout.php');document.location.reload();" class="glyphicon glyphicon-poweroff"></a>
  20 +
22 </p> 21 </p>
23 <?php 22 <?php
24 } 23 }