helma/Root/image.hac
stefanp 4a7616d5a0 This commit was generated by cvs2svn to compensate for changes in r2155,
which included commits to RCS files with non-trunk default branches.
2002-03-11 13:49:50 +00:00

11 lines
238 B
Text

/**
* return the helma object publisher logo, built into hop core
* to be independent of static html-paths
*/
if ( checkAddress()==false ) return;
res.contentType = "image/gif";
res.writeBinary ( Packages.helma.util.Logo.hop );