Ok I figured it out ..in case someone wants to add an image you can do this:
Open up the following template:
ozzmodz_t_closed_reason_display
look for:
<h2>
{ozzmodz_t_closed_reason_output}
</h2>
Add above it:
<img src="http://www.yourdomain.com/your-image-path" width="image's width" height="image's height" alt="If you want one" border="0" />
I always add the image's width and height, so should you....
|