Even More Debug Output
This commit is contained in:
parent
7ada9ac26b
commit
babf7d9a47
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ $data['last_page'] = ceil(count($files)/$slice);
|
||||||
// Prepare Mode Specific Data and Render Template
|
// Prepare Mode Specific Data and Render Template
|
||||||
if ($slice > 1) {
|
if ($slice > 1) {
|
||||||
foreach ($curfiles as $index => $image) {
|
foreach ($curfiles as $index => $image) {
|
||||||
print_r($index."\n");
|
print_r($image."\n");
|
||||||
$tmp['n'] = $image;
|
$tmp['n'] = $image;
|
||||||
$tmp['i'] = $index+1;
|
$tmp['i'] = $index+1;
|
||||||
$tmp['t'] = $thumburl.$t->get_thumb($image);
|
$tmp['t'] = $thumburl.$t->get_thumb($image);
|
||||||
|
|
Loading…
Reference in a new issue