From cbd52c6dd20efc8bba66c628dcaea7fcc5711b79 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 27 Jun 2006 00:38:19 +0000 Subject: merge -r1046 from branch-1_6 to trunk bug 436: Category thumbnail display not ok if subcatify is false git-svn-id: http://piwigo.org/svn/trunk@1407 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_recent_cats.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/category_recent_cats.inc.php') diff --git a/include/category_recent_cats.inc.php b/include/category_recent_cats.inc.php index 2663bbcb3..6d4cf86f3 100644 --- a/include/category_recent_cats.inc.php +++ b/include/category_recent_cats.inc.php @@ -109,6 +109,7 @@ if ($conf['subcatify']) } else { + $template->set_filenames( array( 'thumbnails' => 'thumbnails.tpl',)); // template thumbnail initialization if (mysql_num_rows($result) > 0) { @@ -156,5 +157,6 @@ else } } $conf['level_separator'] = $old_level_separator; + $template->assign_var_from_handle('THUMBNAILS', 'thumbnails'); } ?> \ No newline at end of file -- cgit v1.2.3