Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed #430
  • Loading branch information
torinfo committed Mar 25, 2016
1 parent 3502da8 commit 1d6bb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management.php
Expand Up @@ -271,7 +271,7 @@ function mgt_page($xerte_toolkits_site, $extra)

<div class="userbar">
<?php // echo "&nbsp;&nbsp;&nbsp;" . INDEX_LOGGED_IN_AS . " ";
echo $_SESSION['toolkits_firstname'] . " " . $_SESSION['toolkits_surname']; ?>
echo "Admin"; ?>
<button title="<?php echo MANAGEMENT_LOGOUT; ?>"
type="button" class="xerte_button_c_no_width"
onclick="javascript:logout()" style="margin-bottom: 8px;">
Expand Down

0 comments on commit 1d6bb2e

Please sign in to comment.