Update.
Here is a rather more elegant replacement for the awful bit of code in my original post! Make sure that the image names match the ID of the reputation levels and use this instead of the stach of if statements:
Code:
<if condition="$show['reputation']">Credibility: <img src="$stylevar[imgdir_reputation]/$post[reputationlevelid].gif" alt="$post[username] $post[level]" border="0"></if>
John