index.template.php
Find:
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="catbg" height="32">';
if (empty($settings['header_logo_url']))
echo '
<span style="font-family: Verdana, sans-serif; font-size: 140%; ">', $context['forum_name'], '</span>';
else
echo '
<img src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';
echo '
</td>
</tr>
</table>';
Replace with:
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="catbg" height="32" align="left" width="60%">';
echo '
<img src="', $settings['images_url'], '/bannerright.gif" style="margin: 4px;" alt="', $context['forum_name'], '" />';
echo '
</td>
<td class="catbg" height="32" width="40%" align="right">
<img style="margin: 4px;" src="', $settings['images_url'], '/bannerleft.gif" alt="" />
</td>
</tr>
</table>';
That will make those logos for you.
And now, for the meta tags...
Find and alter:
<meta name="description" content="A friendly place to Chat about all things Pipe, Tobacciana and Smoking related. From Briar & Meerschaum Pipes, Cigars, Chewing Tobacco and snuff too Construction, Restoration & Maintenance.">