|
Okay - I
found the problem. Thanks for your persistence, Alex. In your styles.cgi
file, at the top, find this block of code:
if(self.location.pathname.length<=1 ||
self.location.pathname.indexOf("/login.")>=0 || self.location.pathname.indexOf("/logout")>=0 || self.location.pathname.indexOf("/logoff")>=0){ isLoginPage=true } and add a
line like so:
if(self.location.pathname.length<=1 ||
self.location.pathname.indexOf("/login.")>=0 || self.location.pathname.indexOf("/logout")>=0 || self.location.pathname.indexOf("/changeurl.")>=0 || self.location.pathname.indexOf("/logoff")>=0){ isLoginPage=true } That fixed
it at killerwebmail.com.
-Ron
|
- [imail] problems with logo and KWM and s... Alex Artigues
- RE: [imail] problems with logo and ... Ron Hornbaker
- Re: [imail] problems with logo ... Alex Artigues
- RE: [imail] problems with l... Tony Gray - Network Administrator
- Re: [imail] problems wi... Ron Hornbaker
- Re: [imail] proble... Alex Artigues
- [imail] HELP -... Ramtin S.
- RE: [imail... David Rolling
- RE: [imail... Ramtin S.
- RE: [imail... David Rolling
- RE: [imail... R. Scott Perry
- [imail] Fo... Sheldon Koehler
- Re: [imail... R. Scott Perry
