Skip to content

Commit

Permalink
Added "Logged in as firstname lastname" to line 434. Needs changing s…
Browse files Browse the repository at this point in the history
…o that string works with language code but not sure where/how to do that.

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@334 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
ronm123 committed May 1, 2012
1 parent 252293b commit b10c665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -431,7 +431,7 @@ function login_form($messages, $xerte_toolkits_site)
End of the blank templates section, through to end of page
-->

<?PHP echo "&nbsp;&nbsp;&nbsp;Logged in as " .$_SESSION['toolkits_firstname'] ." " .$_SESSION['toolkits_surname'];?>
</div>
</div>
<div class="file_mgt_area_bottom" style="width:100%">
Expand Down

0 comments on commit b10c665

Please sign in to comment.