Topic: Putting one's own logo in the header next to the bold title. Howto?

I'd like to put a logo in the header left of the bold title. I'm trying to find the exact div or table in which i can put the image of the logo, but i'm not sure in what file this div resides.

Re: Putting one's own logo in the header next to the bold title. Howto?

From include/template/main.tpl

        <div id="brdtitle" class="inbox">
            <pun_title>
            <pun_desc>
        </div>

Re: Putting one's own logo in the header next to the bold title. Howto?

Thanks Smartys.