I'm used to edit class.admintheme.inc.php so it uses the absolute path to css/style.css. But after installing 1.0.5, this doesn't fix my problem not getting the theme stylesheet.
(I use the same web host to all my sites - 1.0.4 works fine).
Any good ideas?
Admin and styles AGAIN (1.0.5)
Re: Admin and styles AGAIN (1.0.5)
There's nothing I can think of that can go wrong if you use an absolute path - changing
into
works fine here.
Check the URL by watching the page source from the admin and accessing the given URL to style.css directly.
Regards,
D
Code: Select all
<link rel="stylesheet" type="text/css" href="style.php" />
Code: Select all
<link rel="stylesheet" type="text/css" href="http://myhost.example.com/path/to/cmsms/admin/themes/default/css/style.css" />
Check the URL by watching the page source from the admin and accessing the given URL to style.css directly.
Regards,
D
-
heltinde
Re: Admin and styles AGAIN (1.0.5)
-> Dee, I chose to delete 1.0.5 and installed 1.0.4 instead. After that I made an upgrade to 1.0.5 and now it works just fine. Strange things happens, and this was one of them 

