move imageS to image

This commit is contained in:
sparkyx 2007-04-14 19:59:23 +00:00
parent d482be6e8b
commit 9ae12fb842
29 changed files with 3 additions and 3 deletions

View file

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