X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Floginout%2Flogin.html;h=d06d0a8fc04fd6cd481ef1093d81189dee6bd031;hb=5c898c621e1343f8c116a75ca3131eb78229e09b;hp=a67ea4b58522db23b06dfdc209ac82c9b64cd708;hpb=e62544064299324ab04abae64cc33afef12a24aa;p=freeside.git diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index a67ea4b58..d06d0a8fc 100644 --- a/httemplate/loginout/login.html +++ b/httemplate/loginout/login.html @@ -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\//;