Commit 19941ebcc7bc7f66cb76abf6b41678dba6cfe8f1

Authored by Jean Wasilewski
1 parent e4ccf087

New logout icon 2

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
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 - <a href="#" onclick="file('logout.php');document.location.reload();" class="glyphicon glyphicon-poweroff"></a> 19 + <a href="#" onclick="file('logout.php');document.location.reload();" class="glyphicon glyphicon-off"></a>
20 20
21 </p> 21 </p>
22 <?php 22 <?php