Hi. I have added some images in the header inside page.tpl.php that shows up fine in the home page as well as /admin. But when I add a page, like /node/3, the images do not display. When I rename the url of that same node using Path, then it displays fine. Also, when I venture deeper into admin areas like /admin/build/block, the images do not display whereas they do when I'm at /admin.

Any ideas?
I'm using the latest Basic theme 6.x-2.10 here with Drupal 6.16.

Comments

greygoo’s picture

oh, and if it helps, the images I'm talking about are in the images folder inside the theme folder (basic) which is in sites/all/themes. My page.tpl.php is in the templates folder inside the basic folder.

And the image is called like this:
<img src="sites/all/themes/basic/images/home.jpg" />

greygoo’s picture

Bump.

Anyone?

greygoo’s picture