BoardIndex.template.php
Find:
echo '
</table></div>';
}
Replace with:
echo '
<br /><div class="tborder" style="padding: 3px;"><table border="0" width="100%" cellspacing="0" cellpadding="5">
<tr class="titlebg">
<td align="left" class="smalltext">
<img src="' . $settings['images_url'] . '/openlogo8831.gif" alt="open.38.com" border="0" />
</td>
</tr>
</table></div>';
}
上面的 <img src="' . $settings['images_url'] . '/openlogo8831.gif" alt="open.38.com" border="0" />
可以改成你的廣告
你還是要懂一點 html 會比較好....