- Open templates/default/global.tpl.php in your text editor.
- Look for
<img src="{img_dir}usebb.png" alt="UseBB" title="{l_Home}" />- Alter the src attribute to point to your own logo.
- Eventually, change the alternate (alt) text.
- If you want to change the link the logo points to, alter the <a /> tag right before it:
<a href="{link_home}">- Replace {link_home} with the URL you want the logo to point to.
_______________

