aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-10-08 20:02:38 +0000
committerrvelices <rv-github@modusoptimus.com>2011-10-08 20:02:38 +0000
commit6acbf6dfc327ace144af72f8b0db8d5b595bba7a (patch)
tree8203badef44f713e0fec6743af960f541a3714b8 /include
parent930c89f71bf3376f9b55867f28049b640e7c41be (diff)
merge -r12391 from trunk moved up one line of code added in 2.3 (plugin compatibility)
git-svn-id: http://piwigo.org/svn/branches/2.3@12392 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/category_default.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php
index ef04324f7..256591db4 100644
--- a/include/category_default.inc.php
+++ b/include/category_default.inc.php
@@ -170,9 +170,10 @@ foreach ($pictures as $row)
$tpl_thumbnails_var[] = $tpl_var;
}
+$template->assign('SHOW_THUMBNAIL_CAPTION', $conf['show_thumbnail_caption']);
$tpl_thumbnails_var = trigger_event('loc_end_index_thumbnails', $tpl_thumbnails_var, $pictures);
$template->assign('thumbnails', $tpl_thumbnails_var);
-$template->assign('SHOW_THUMBNAIL_CAPTION', $conf['show_thumbnail_caption']);
+
$template->assign_var_from_handle('THUMBNAILS', 'index_thumbnails');
pwg_debug('end include/category_default.inc.php');