2
Hello there
if you go to system admin/templates and click on the list for "Downloads" Look for "mydownloads_index.html" and then click on "Edit"
You will see code that looks like this:
<{if $file != ""}>
<h4><{$lang_latestlistings}></h4>
<table width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td width="100%" align="center" valign="top">
<!-- Start new link loop -->
<{section name=i loop=$file}>
<{include file="db:mydownloads_download.html" down=$file[i]}>
<{/section}>
<!-- End new link loop -->
</td></tr>
</table>
<{/if}>
take this code out
If you are using the default template you will need to "clone it" and set up the clone as default template in general settings. You cant edit the default template.