aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_subcats.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-06-27 00:37:18 +0000
committerrvelices <rv-github@modusoptimus.com>2006-06-27 00:37:18 +0000
commit547db379f60555207d55fbddcd4aeefc7e35930a (patch)
treeb60593ba51f17da25eb4bed4ef361c625708ca65 /include/category_subcats.inc.php
parentd43b8fd31498ab0c8f6f7b709c0ddc7f46a72283 (diff)
bug 436: Category thumbnail display not ok if subcatify is false
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1406 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--include/category_subcats.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/category_subcats.inc.php b/include/category_subcats.inc.php
index aefe8e392..7800e6319 100644
--- a/include/category_subcats.inc.php
+++ b/include/category_subcats.inc.php
@@ -170,6 +170,7 @@ SELECT id, path, tn_ext
}
else
{
+ $template->set_filenames( array( 'thumbnails' => 'thumbnails.tpl',));
$template->assign_block_vars('thumbnails', array());
// first line
$template->assign_block_vars('thumbnails.line', array());
@@ -210,6 +211,7 @@ SELECT id, path, tn_ext
$row_number = 0;
}
}
+ $template->assign_var_from_handle('THUMBNAILS', 'thumbnails');
}
}
?>