Show an icone with the name of the file as title

This commit is contained in:
sparkyx 2007-04-01 21:09:35 +00:00
parent 3569274c6f
commit 85d191cd6b

View file

@ -364,8 +364,9 @@ class Document
{
if ( $this->d_id == 0 )
return '';
$image='<IMG SRC="images/insert_table.gif" title="'.$this->d_filename.'" border="0">';
$r="";
$r='<A class="mtitle" HREF="show_document.php?d_id='.$this->d_id.'">Document</A>';
$r='<A class="mtitle" HREF="show_document.php?d_id='.$this->d_id.'">'.$image.'</A>';
return $r;
}
/* ! Get