Index: branches/unlabeled/unlabeled-1.10.2/admin/head.php =================================================================== diff -u -r3908 -r3946 --- branches/unlabeled/unlabeled-1.10.2/admin/head.php (.../head.php) (revision 3908) +++ branches/unlabeled/unlabeled-1.10.2/admin/head.php (.../head.php) (revision 3946) @@ -1,7 +1,7 @@ recallObject('u'); $loginname = ($user->GetID() != -1) ? $user->GetDBField('Login') : 'root'; - + $logout = $application->HREF('', '', Array('logout' => 1, '__URLENCODE__' => 1), 'index.php'); $mainpage = $application->HREF('', '', Array('section' => 'in-portal:root', '__URLENCODE__' => 1), 'subitems.php'); $xmlhttp_url = $application->HREF('', '', Array('check_server' => 1, '__URLENCODE__' => 1)); - + $language =& $application->recallObject('lang.current'); - + $use_xml = $application->isDebugMode() && dbg_ConstOn('DBG_SHOW_EXPIRATION'); ?> @@ -60,7 +60,7 @@ } return http_request; } - + function processResponce(http_request) { if (http_request.readyState == 4) { if (http_request.status == 200) { @@ -69,7 +69,7 @@ // alert('There was a problem with the request.'); } } - + } ' : ' '; - ?> + ?> - + Phrase('la_Logged_in_as').' '.$loginname.' '; ?> - + - +