diff --git a/auth.php b/auth.php index 6065463..f8075fe 100644 --- a/auth.php +++ b/auth.php @@ -11,22 +11,24 @@ class auth The url is the caller url to go back if authentication is correct @param string|null $message Message to display to the user @param string|null $url URL to go back after successful authentication */ - public function pageHTML ($message="", $url="") + public function pageHTML ($baseURL, $message="", $url="") { $res = ""; $res .= "\n"; $res .= "\n"; $res .= "\n"; - $res .= "Title\n"; + $res .= "".dgettext("domframework", "Sign in")."\n"; $res .= ""; $res .= "\n"; - $res .= "\n"; $res .= "\n"; + $res .= "$baseURL/public/css/bootstrap.css'/>\n"; $res .= "