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