Add an image to a Custom Block > file path?

Permalink
I have really hunted around for this as I think it is such a simple thing but I cannot find anything.

I have created a custom design/template for the "content" block where I have inserted some images.

The usual:
<img src="<?php echo $this->getThemePath()?>/images/image.png" />


Won't work... what is the correct PHP to get the image path?

THanks

dancer
 
dancer replied on at Permalink Reply
dancer
ok ignore me... for some reason it works now.. probably a cache thing wigging me out..

... move along nothing to see here.

;)