
das problem liegt hier:
mein template scheint nicht mit colspan zu arbeiten, daher kann ich die spalten auch nicht ändern:#
#-----[ FIND ]------------------------------------------
#
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
colspan="2"
#
#-----[ REPLACE WITH ]------------------------------------------
#
colspan="3"
wie kann ich nun die icon-spalte einfügen?<!-- BEGIN catrow -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline">
<tr>
<th class="thCornerL"> </th>
<th align="left" class="thCornerL" nowrap> {L_FORUM} </th>
<th width="50" class="thTop" nowrap> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap> {L_POSTS} </th>
<th class="thCornerR" nowrap> {L_LASTPOST} </th>
</tr>