Menu

#8 No background is displayed for skins

open
nobody
None
5
2014-08-18
2008-01-22
Anonymous
No

While trying to define my own skin, I found that background images is not displayed for any of the skins.
The problem is because of definition of $css_url in line 698 of file class.krumo.php :
$css_url = krumo::_config('css', 'url') . "skins/{$skin}/";
It should be changed to $css_url = krumo::_config('css', 'url') . "/skins/{$skin}/";

Discussion


Log in to post a comment.

MongoDB Logo MongoDB