In
header.tpl, find:
Code:
<table width="770" border="0" align="center">
<tr>
<td class="logo"><a href="{$smarty.const.DOC_ROOT}/" title="{$in_page_title}">{$smarty.const.DIRECTORY_TITLE}</a></td>
</tr>
</table>
Replace with this:
Code:
<table width="770" border="0" align="center">
<tr>
<td class="logo"><a href="{$smarty.const.DOC_ROOT}/"><img src="{$smarty.const.DOC_ROOT}/images/logo.gif" alt="{$smarty.const.DIRECTORY_TITLE}" border="0" /></a></td>
</tr>
</table>
You have to place your
logo.gif file in
images folder
