X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Floginout%2Flogin.html;h=3c6e2ae9fb337e798bcf5c645f677755f694ca8a;hb=df1ebf662a9fc3f89503036e0dbf6833c1b95f9e;hp=a67ea4b58522db23b06dfdc209ac82c9b64cd708;hpb=e62544064299324ab04abae64cc33afef12a24aa;p=freeside.git diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index a67ea4b58..3c6e2ae9f 100644 --- a/httemplate/loginout/login.html +++ b/httemplate/loginout/login.html @@ -14,7 +14,7 @@ %#
- + @@ -50,8 +50,7 @@ my $error = # $cgi->param('logout') || $error = exists($error{$error}) ? $error{$error} : $error; -#my $url_string = CGI->new->url; -my $url_string = $cgi->url; +my $url_string = $r->uri; #fake a freeside path for /login so we get our .css. shrug $url_string =~ s/login$/freeside\/login/ unless $url_string =~ /freeside\//;