Change Thumb URL Creation
This commit is contained in:
parent
3fc02a3a12
commit
69b481d06d
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ if (!empty($curfiles)| !empty($dirs)) {
|
|||
} else {
|
||||
$tmp['n'] = $image;
|
||||
$tmp['i'] = $index+1;
|
||||
$tmp['t'] = $thumburl.$t->get_thumb($image);
|
||||
$tmp['t'] = $t->get_thumb($image);
|
||||
$data['images'][] = $tmp;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue