I've downloaded a style named esbardu from the phpBB site and am trying to adapt it. The big banner at the top of the home page is a Shockwave .swf file. I want to replace this with a plain title in the form of a jpeg file, which I'm able to produce.
Here is the relevant code section from overall_header.tpl
<!-- YOUR BANNER HERE -->
<object width="468" height="60" data="templates/esbardu/images/fia_8.swf"
type="application/x-shockwave-flash">
<param name="movie" value="templates/esbardu/images/fia_8.swf">
<param NAME="menu" VALUE="false">
<param NAME="quality" VALUE="high">
</object>
<!-- YOUR BANNER HERE -->
What do I need to have between the comment lines in order to replace the Shockwave movie with "myfile.jpg"?
I'm pretty clueless here, and would appreciate any help I can get.
Thanks,
CuRoi