minor cosmetic fix

This commit is contained in:
SJ
2013-02-24 19:35:56 +01:00
parent 28a85ef44c
commit c9b3396e39
2 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,7 @@
</div>
<div class="rightcell">
<div class="logout22_admin">
<div class="logout22">
<?php if(isset($_SESSION['realname'])) { print $text_realname; ?>: <?php print $_SESSION['realname']; ?>, <?php } ?> <a class="logout" href="logout.php"<?php if(strstr($_SERVER['QUERY_STRING'], "login/logout")){ ?> id="active"<?php } ?>><?php print $text_logout; ?></a>
</div>
</div>