No background is displayed for skins
Status: Alpha
Brought to you by:
mrasnika
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}/";