View Single Post
Old February 13th, 2006, 04:53 PM   #3 (permalink)
snoopy5
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
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&amp;cat=$cat">{$Globals['pp_lang']['lastday']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?limit=last7&amp;cat=$cat">{$Globals['pp_lang']['last7']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?limit=last14&amp;cat=$cat">{$Globals['pp_lang']['last14']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?limit=all&amp;cat=$cat">{$Globals['pp_lang']['allimages']}</a>
</span>
</td>
</tr>
</table>
PPPRINT;

?>

----------------

Thanks
snoopy5 is offline   Reply With Quote