%%image-view-anonymous-gif%%
progmin : / (context #159)
2002-06-14 15:07:14

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

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

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

//exit
exit;

%%header%%


%%css%%


%%template%%


%%listrow%%


%%nullobject%%


%%footer%%


%%postprocess%%


%%end of context%%
