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
topnavbar.php
... ... @@ -16,7 +16,7 @@
16 16 ?>
17 17 <p class="navbar-text navbar-right">
18 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 21 </p>
22 22 <?php
... ...