%%image-view-anonymous-png%%
progmin : / (context #143)
2002-04-25 18:33:27

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

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

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

//exit
exit;

%%header%%

%%css%%

%%template%%

%%listrow%%

%%nullobject%%

%%footer%%

%%postprocess%%

%%end of context%%
