Block: PHP for image path inside view.php?

Permalink
The PHP here isn't providing the path as it does elsewhere on the site.

<img src="<?php echo $this->getThemePath(); ?>/images/clear.gif" />


Do I need to add additional PHP elsewhere in the block, and if so, what would that be exactly?

Thanks! :)

stephmars