o.k., I replaced the content of mine with yours.
now the whole line disappeared and with thsi obviously also the problem
But in the current download file, this is in searchmem template, so it make sense to change the download file:
------------
<?php
echo<<<PPPRINT
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right">
<input type="text" name="si" style="font-size: 8pt;" size="15" value="$si" />
<input type="image" align="bottom" src="{$Globals['idir']}/go.gif" />
</td>
</tr>
<tr>
<td colspan="6" align="right" class="{$Style['menubarnb']}">
<span class="{$Style['small']}">{$Globals['pp_lang']['recent']} <a href="{$Globals['maindir']}/showgallery.php?limit=last1&cat=$cat">{$Globals['pp_lang']['lastday']}</a>
<a href="{$Globals['maindir']}/showgallery.php?limit=last7&cat=$cat">{$Globals['pp_lang']['last7']}</a>
<a href="{$Globals['maindir']}/showgallery.php?limit=last14&cat=$cat">{$Globals['pp_lang']['last14']}</a>
<a href="{$Globals['maindir']}/showgallery.php?limit=all&cat=$cat">{$Globals['pp_lang']['allimages']}</a>
</span>
</td>
</tr>
</table>
PPPRINT;
?>
----------------
Thanks