move imageS to image
This commit is contained in:
parent
d482be6e8b
commit
9ae12fb842
29 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue