%%image-view-anonymous-jpg%%
progmin : / (context #135)
2002-04-25 02:26:14

%%preprocess%%
$this->getBaseUrl();

//send content header
header("Content-type: image/jpeg");

//output file
@readfile("$this->path");

//berror("image-view-anonymous-jpeg: readfile($this->path)",1);

//exit
exit;

%%header%%

%%css%%

%%template%%

%%listrow%%

%%nullobject%%

%%footer%%

%%postprocess%%

%%end of context%%
