- <? if (substr($_SERVER['SCRIPT_NAME'],-9)=='forum.php') {?>
- <div style="width: 100%; text-align: left">
- <? echo $skin['ntopic']; ?>
- </div>
- <? } ?>
- <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
- <tr>
- <td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')"></td>
- <td height="14" width="520" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['ltopicname']; ?> </td>
- <td height="14" width="130" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['lauthor']; ?> </td>
- <td height="14" width="62" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['lposts']; ?> </td>
- <td height="14" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['llastpost']; ?> </td>
- <td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')"></td>
- </tr>
- </table>
- <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|