Try this: I didn't test it, but it should work.
Code:
{if $product_links ne ""}
{capture name=dialog}
<center>
<TABLE width="185" border="0" cellspacing="3">
<tr>
{section name=cat_num loop=$product_links max=3}
<td>
<TR>
<TD width="100%" align="center"><a href="product.php?productid={ $product_links[cat_num].productid }">
{include file="product_thumbnail.tpl" productid=$product_links[cat_num].productid image_x=80 product=$product_links[cat_num].productid}
</a></TD>
<TD width="100%"><A href="product.php?productid={ $product_links[cat_num].productid }"{if $config.Modules.upselling_new_window eq 'Y'} {/if}>
{ $product_links[cat_num].product}
</A>
<FONT class="ProductPrice">Onze Prijs:
{include file="currency.tpl" value=$product_links[cat_num].price}</font>
</TD>
</TR>
<tr>
<td colspan="2">
</td>
</tr>
</td>
{/section}
</tr>
</TABLE> </center>
{/capture}
{include file="dialog.tpl" title="Bijpassende produkten" content=$smarty.capture.dialog extra="width=100%"}
{/if}
__________________
Alltribes.com
Native American Jewelry
Pottery, Baskets, Kachinas & More
X-cart Gold Version 4.0.17 Live
PHP 5.2.6
MySQL 4.1.25
(mt)