Well....now I don't see how this got in there, but this is my searchbox.tmpl
Quote:
<?php
echo<<<PPPRINT
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right"><!--ReviewPost, Copyright All Enthusiast, Inc.-->
<input type="hidden" name="cat" value="$searchcat" />
<input type="hidden" name="stype" value="1" />
<input type="text" name="si" style="font-size: 8pt;" size="15" value="$si" />
<input type="submit" value="{$Globals['pp_lang']['search']}" style="font-size: 9pt;" />
</td>
</tr>
<tr>
<td align="right">
<span class="{$Style['small']}">{$Globals['pp_lang']['recent']}: <a href="{$Globals['maindir']}/showcat.php?cat=last1">{$Globals['pp_lang']['lastday']}</a>
<a href="{$Globals['maindir']}/showcat.php?cat=last7">{$Globals['pp_lang']['last7']}</a>
<a href="{$Globals['maindir']}/showcat.php?cat=last14">{$Globals['pp_lang']['last14']}</a>
<a href="{$Globals['maindir']}/showcat.php?cat=all">{$Globals['pp_lang']['allimages']}</a>
</span>
</td>
</tr>
</table>
PPPRINT;
?>
|
It very clearly shows that it is a reviewpost template!
Now considering that I do not have a license for reviewopst and that the file I downloaded and used for this upgrade is 'photopost48d.zip' which is dated (at least on my machine) for 03/07/04, I have no clue as to how this happened. Has the zip file been updated since I downloaded it on the 7th?