Hi,

My theme resides in

www.mysite.com/themes/mytheme/

So the images on the home page load from

www.mysite.com/themes/mytheme/images

However, when I click on a node, say node 5, I navigate to

www.mysite.com/node/5

Here the image doesnt load because Path_To_Theme is returning

www.mysite.com/node/themes/mytheme/images/p1.jpg

instead of
www.mysite.com/themes/mytheme/images/p1.jpg

How can I fix this problem? Please help.
thanks
Navs

Comments

matt_harrold’s picture

Make sure your theme adds the base_path.

print base_path() . path_to_theme()