Skip to content

Commit

Permalink
merge from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-krieger committed Nov 5, 2012
1 parent e49f734 commit e3ae490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/output.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ function outputHeader($area) {
print "<li class='topmenu'><a href='logout.php' alt='Logout'><img src='./images/stop.png' border='0' />"._("Logoff")."</a></li>";
print "<li class='topmenu'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>";
print "<li><a href='help.php' alt='help' id='help' target='_blank'><img src='./images/help.png' border='0' />"._("Help")."</a></li>";
print "<li class='topmenu'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>";
print "<li><a href='doc/html/index.html#use' alt='"._("Documentation")."' id='doc' target='_blank'><img src='./images/help.png' border='0' />"._("Documentation")."</a></li>";
print "</ul>";
print "<div align='right'><p>&nbsp;</p>"._("Logged in as").": ".$_SESSION['svn_sessid']['username']."</div>";
}
Expand Down

0 comments on commit e3ae490

Please sign in to comment.