With 5.1.0
I assume, logo is custom field with 'image' type
Code:
<table width="433" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="23" align="center" background="<%$tpl_base%>/images/template_26.gif" bgcolor="#ededed" class="head"><strong> Latest
New Additions and Updates </strong></td>
</tr>
<tr>
<td class="head">
<%* new links *%>
<%section name=i loop=$new_links%>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width=45 align="center" valign="top" class="font-1">
<%if $new_links[i].updated%>
<img src="<%$tpl_base%>/images/updated.gif" alt="Updated">
<%elseif $new_links[i].new%>
<img src="<%$tpl_base%>/images/new.gif" alt="New">
<%/if%>
</td>
<td>
<img src=<%$new_links[i].logo%>>
<a href="<%$new_links[i].url%>" id="link_<%$new_links[i].link_id%>">
<b><%$new_links[i].title%></b></a>
<br><%$new_links[i].description%>
<br>Category: <%$new_links[i].category_path_with_link%>
</td>
</tr>
</table>
<%/section%>
<div align="right">
<a href="<%$site_url%>/rss.php?type=latest_new"><img src="<%$tpl_base%>/images/rss.gif" border="0" align="absmiddle"></a>
<br>
</div>
</td>
</tr>
</table>