I can confirm this. Also using image_cache.
I am trying to figure out where the problem is in the code, but a cheap workaround is to add the background image in the page.tpl.php file.
Modify this code: <img src="'. check_url($logo) .'" />
Add a static url to your imagecache logo or a static image somewhere else. <img src="path-to-image.png" />
Comments
Comment #1
btbroot commentedOnly when mobile_plugin is enabled.
Comment #2
RemoL commentedI can confirm this. Also using image_cache.
I am trying to figure out where the problem is in the code, but a cheap workaround is to add the background image in the page.tpl.php file.
Modify this code:
<img src="'. check_url($logo) .'" />Add a static url to your imagecache logo or a static image somewhere else.
<img src="path-to-image.png" />