Path to add images to theme

Hi, I am sure this is a really basic question, so I am sorry for that. I am using the stopdesign theme and I see that I can get in there and edit the source. what I would like to do is just add some HTML or an include for a custom header. My issue is that when I try its not pulling up anything and I think its due to the path. I am guessing it needs to be the full path and I have tried any ways... Can someone please tell what the entire path would be to call an image from a folder called img in my htdocs folder? The path I was trying was /stopdesign/themes/zenphoto/htdocs/img/header.gif but that's not working. Thanks...

-Justin

Comments

  • acrylian Administrator, Developer
    Use the global `$_zp_themeroot` like this: <img src="<?php echo $_zp_themeroot; ?>/<image-in-your_theme's-folder>" />`.
Sign In or Register to comment.