sorry for questions but I'm a newbie
Little Problem, how i can delete the "":"" for the decription ? (its red marked in pic what I mean)
I can't find it ? Its in the same template like downloads_cat_filebit
downloads_cat_filebit template
PHP Code:
<tr>
<td class="$bgclass" valign="top" align="center"><if condition="$filethumb != ''">{$filethumb}<else />{$download}</if>
</td>
<td class="$bgclass" valign="top" align="left"><a href="downloads.php?do=file&id={$file['id']}">{$file['name']}</a><if condition="$file['pin']">
<img class="inlineimg" src="{$stylevar['imgdir_misc']}/sticky.gif" alt="{$vbphrase['ecdownloads_pinned_file']}" title="{$vbphrase['ecdownloads_pinned_file']}" />
</if></td>
<td class="$bgclass" valign="top" align="left">{$smalldesc} ($size) </td>
<td class="$bgclass" valign="top" align="center" nowrap="nowrap"><span class="smallfont">$date</span></td>
<td class="$bgclass" valign="top" align="center" height="40"><span class="smallfont">{$file['downloads']}</span></td>
<if condition="$dl->showcomments"><td class="$bgclass" valign="top" align="center"><span class="smallfont">{$file['comments']}</span></td></if>
</tr>
Link to pic its red marked what I mean.