From b7fff52095e774c9e905aafe980fec251ee3eaca Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 20 Jan 2012 05:36:58 +0000 Subject: feature 2548 multisize - comments thumbnails + no more hard coded thumbnail sizes in css - removed admin thumbnail page + language cleanup git-svn-id: http://piwigo.org/svn/trunk@12930 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_cats.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/category_cats.inc.php') diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php index f29303ac9..c8b728e5a 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -374,7 +374,7 @@ if (count($categories) > 0) $tpl_thumbnails_var[] = $tpl_var; } - $derivative_params = trigger_event('get_index_album_derivative_params', ImageStdParams::get_by_type(IMG_SMALL) ); + $derivative_params = trigger_event('get_index_album_derivative_params', ImageStdParams::get_by_type(IMG_THUMB) ); $tpl_thumbnails_var = trigger_event('loc_end_index_category_thumbnails', $tpl_thumbnails_var, $categories); $template->assign( array( 'category_thumbnails' => $tpl_thumbnails_var, -- cgit v1.2.3