Open showthread template in your control panel.
Replace
<normalfont><b><a href="index.php">$bbtitle</A> > <A HREF="forumdisplay.php?forumid=$forumid">$forumtit le</a> > $threadtitle</b></normalfont>
With something like
<table border="0" align="left" valign="top">
<tr>
<td>
<a href="index.php">
<img src="images/open.gif" border="0">
$bbtitle
</a>
<br>
<img src="images/tline.gif" border="0">
<img src="images/open.gif" border="0">
<A HREF="forumdisplay.php?forumid=$forumid">
$forumtitle
</a>
<br>
<img src="images/tline3.gif" border="0">
<img src="images/open.gif" border="0">
$threadtitle
</td>
</tr>
</table>
Edit forumdisplay template
Replace
<normalfont><b><a href="index.php">$bbtitle</A> > $forumtitle</b><
With something like
<table border="0" align="left" valign="top">
<tr>
<td>
<a href="index.php">
<img src="images/open.gif" border="0">
$bbtitle
</a>
<br>
<img src="images/tline.gif" border="0">
<img src="images/open.gif" border="0">
$forumtitle
</td>
</tr>
</table>
Edit paths to point to your images. I highly recommend you to backup your current code (copy n paste to some file) in case you want it back.
|