Include create time in image display.
This commit is contained in:
parent
54678d58f4
commit
f9852632c4
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ if($id == '' ) {
|
|||
|
||||
$image = $result->fetch_object();
|
||||
$content = '<img src="uploads/' . $id . '.' . $image->extension . '" />';
|
||||
$content .= '<br/>Created on: ' . $image->created;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue