What is a tpl file? I kept thinking you were using some misspelled shortened version for template, but obviously not. vBulletin uses templates. You put html in templates and several templates make up a page.
If you want to put something at the top of a forumdisplay.php page, you would go to the FORUMDISPLAY template and put something like this where you want it:
HTML Code:
<if condition="$forumid == xx">
image code
</if>
Change xx to be the forumid of the forum you want the image to show up in.