|
still doesn't seem to work aric. my code is listed below. notice anything wrong?
html file:
<%TEMPLATE
NAME Thumb
HTML <td><a href="go.php?/cgi-bin/at3/out.cgi?s=##Skim##&c=1&l=gallery&u=##Gallery_URL## "><img src="##Thumbnail_URL##" border="1"></a></td>
%>
go.php file:
$TEMPLATE = '/cgi-bin/at3/out.cgi?P=70&c=1&l=gallery&u=##Gallery_URL##';
|