View Single Post
Old July 14th, 2004, 01:38 PM   #3 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,691
You sure you did not mix your install files from a reviewpost install or so?

I am looking in searchbox.tmpl from the photopost distro and the contents are this

<?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">
<span class="{$Style['small']}">{$Globals['pp_lang']['recent']}: <a href="{$Globals['maindir']}/showgallery.php?cat=last1&amp;forcat=$cat">{$Globals['pp_lang']['lastday']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?cat=last7&amp;forcat=$cat">{$Globals['pp_lang']['last7']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?cat=last14&amp;forcat=$cat">{$Globals['pp_lang']['last14']}</a>
&nbsp;<a href="{$Globals['maindir']}/showgallery.php?cat=all&amp;forcat=$cat">{$Globals['pp_lang']['allimages']}</a>
</span>
</td>
</tr>
</table>
PPPRINT;

?>
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote