Site logo is displayed only on front page.

Comments

btbroot’s picture

Only when mobile_plugin is enabled.

RemoL’s picture

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" />