Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Different stylesheet on logoff.php...


Guest

Recommended Posts

I've been playing around with the most recent version of Ian's loaded, and first of all, I love it.

 

I have a few small problems. Here's one.

 

I'm using the Site Thema Options, which I have played with alot. I've been editing the stylesheet on number 7.

 

However, when someone logs off, the log off page seems to default back to the first Thema Option.

 

Has anyone else had this problem?

 

Any thoughts on a fix?

 

Is this a bug or an isolated issue?

 

Mark

Link to comment
Share on other sites

Check to see what stylesheet is being called at the beginning of the catalog/logoff.php...

 

It should look something like this...

 

<link rel="stylesheet" type="text/css" href="<? echo THEME_STYLE;?>">

 

You can also compare this section of the file with another file in the catalog directory to see if there are any differences.

 

Good Luck.

 

-R

Link to comment
Share on other sites

Thanks. That was it. It seems on the most recent loaded someone forgot to put the thema css tag on the logoff page.

 

I found this line:

 

<link rel="stylesheet" type="text/css" href="stylesheet.css">

 

And replaced it with this:

 

<link rel="stylesheet" type="text/css" href="<? echo THEMA_STYLE;?>">

 

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...