diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-01-20 05:36:58 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-01-20 05:36:58 +0000 |
commit | b7fff52095e774c9e905aafe980fec251ee3eaca (patch) | |
tree | e6b8c2fdad5d490749832f709d75f94a2ceaf659 /include/category_cats.inc.php | |
parent | 99b58aef93c2a681ded76d2ba44a28cdef397291 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/category_cats.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |