Guest Posted February 19, 2003 Share Posted February 19, 2003 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 More sharing options...
Guest Posted February 19, 2003 Share Posted February 19, 2003 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 More sharing options...
Guest Posted February 20, 2003 Share Posted February 20, 2003 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 More sharing options...
Guest Posted February 20, 2003 Share Posted February 20, 2003 :D -R Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.