* fix for show image in file download page.
This commit is contained in:
@@ -17,9 +17,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<?php if($fileType == 'image'):?>
|
||||
<div id='imageFile'>
|
||||
<?php echo html::image($file->webPath);?>
|
||||
</div>
|
||||
<div id='imageFile'><?php echo html::image($this->createLink('file', 'read', "fileID=$file->id"));?></div>
|
||||
<?php else:?>
|
||||
<div id='txtFile'>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user