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
This commit is contained in:
parent
930c89f71b
commit
6acbf6dfc3
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue