bij subsilver staat rechtsboven het beriht een quote icon. Ik heb een nieuwe style nu en nu staa die quote img ergens anders. Hoe zet ik hem weer terug?
Een stukje van de code van viewtopic.tp:
Code: Selecteer alles
<!-- BEGIN postrow -->
<tr>
<td valign="top" class="{postrow.ROW_CLASS}" rowspan="2"><span class="name"><a name="{postrow.U_POST_ID}" id="{postrow.U_POST_ID}"></a></span><br />
<a href="{postrow.PROFILE_URL}">{postrow.POSTER_AVATAR}</a><br />
<span class="postdetails">{postrow.RANK_IMAGE}<br /><br />
{postrow.QUOTE_IMG} {postrow.EDIT_IMG}<br />
{postrow.IP_IMG} {postrow.DELETE_IMG}<br />
<img src="images/spacer.gif" alt="" width="150" height="1" />
</td>
<td class="{postrow.ROW_CLASS}" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="10"></span><b><i><strong><a href="{postrow.PROFILE_URL}">{postrow.POSTER_NAME}</a></b></i></strong></span></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="postbody">
<hr />
{postrow.MESSAGE}</td>
</tr>
<tr>
<td height="40" valign="bottom" class="genmed">{postrow.SIGNATURE}<span class="postdetails">{postrow.EDITED_MESSAGE}</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="bottom" nowrap="nowrap" class="{postrow.ROW_CLASS}"><span class="genmed"> {postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG} </span></td>
</tr>
<tr>
<td class="spacerow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<!-- END postrow -->