18
I think that you do not have the latest version of the download module and that is why the parts are a little bit different.
here is what you need to delete
le="color: #000000"><?php <div><b><{$smarty.const._MD_WFD_OTHERBYUID}></b> <{$down.submitter}></div> <table width="100%" border="0" cellspacing="1" cellpadding="2"> <tr> <{foreach item=down_user from=$down_uid}> <td> <div style="margin-left: 10px;"> <a href="<{$xoops_url}>/modules/wfdownloads/singlefile.php?cid=<{$down_user.cid}>&lid=<{$down_user.lid}>"><{$down_user.title}></a> (<{$down_user.published}>) </div> </td> <{if 20 is div by 2}> </tr><tr> <{/if}> <{/foreach}> </tr> </table><br />
le="color: #000000"><?php <tr> <td colspan="2" class="even" style="line-height: 12px;"> <div align="center"><small> <{if $down.use_mirrors == 1 && $down.add_mirror == 1}> <a href="<{$xoops_url}>/modules/wfdownloads/mirror.php?cid=<{$down.cid}>&lid=<{$down.id}>"> <{$smarty.const._MD_WFD_ADDMIRROR}></a> | <{/if}> <a href="<{$xoops_url}>/modules/wfdownloads/review.php?cid=<{$down.cid}>&lid=<{$down.id}>"><{$smarty.const._MD_WFD_REVIEWTHISFILE}></a> | <a href="<{$xoops_url}>/modules/wfdownloads/ratefile.php?cid=<{$down.cid}>&lid=<{$down.id}>"><{$smarty.const._MD_WFD_RATETHISFILE}></a> | <{if $down.useradminlink == true}> <a href="<{$xoops_url}>/modules/wfdownloads/submit.php?lid=<{$down.id}>"><{$smarty.const._MD_WFD_MODIFY}></a> | <{/if}> <a href="<{$xoops_url}>/modules/wfdownloads/brokenfile.php?lid=<{$down.id}>"><{$smarty.const._MD_WFD_REPORTBROKEN}></a> | <a target="_top" href="mailto:?subject=<{$down.mail_subject}>&body=<{$down.mail_body}>"><{$smarty.const._MD_WFD_TELLAFRIEND}></a> | <a href="<{$xoops_url}>/modules/wfdownloads/singlefile.php?cid=<{$down.cid}>&lid=<{$down.id}>"><{$smarty.const._COMMENTS}> (<{$down.comments}>)</a></small></div> </small> </td> </tr>