- fixed to login page

This commit is contained in:
steinm 2012-02-27 19:30:55 +00:00
parent df9b706be5
commit bbcfb77f5b

View File

@ -32,7 +32,7 @@ function _printMessage($heading, $message) {
UI::htmlStartPage($heading, "password");
UI::globalBanner();
UI::pageNavigation($heading);
UI::contentContainer($message."<p><a href=\"out/out.Login.php\">" . getMLText("login") . "</a></p>\n");
UI::contentContainer($message."<p><a href=\"../out/out.Login.php\">" . getMLText("login") . "</a></p>\n");
UI::htmlEndPage();
return;
}