mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
bug:2820 Var renamed
git-svn-id: http://piwigo.org/svn/trunk@20177 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -387,7 +387,7 @@ if (count($categories) > 0)
|
||||
$derivative_params = trigger_event('get_index_album_derivative_params', ImageStdParams::get_by_type(IMG_THUMB) );
|
||||
$tpl_thumbnails_var_selection = trigger_event('loc_end_index_category_thumbnails', $tpl_thumbnails_var_selection);
|
||||
$template->assign( array(
|
||||
'maxRequests' =>$conf['maxRequests'],
|
||||
'maxRequests' =>$conf['max_requests'],
|
||||
'category_thumbnails' => $tpl_thumbnails_var_selection,
|
||||
'derivative_params' => $derivative_params,
|
||||
) );
|
||||
|
||||
@@ -153,7 +153,7 @@ foreach ($pictures as $row)
|
||||
|
||||
$template->assign( array(
|
||||
'derivative_params' => trigger_event('get_index_derivative_params', ImageStdParams::get_by_type( pwg_get_session_var('index_deriv', IMG_THUMB) ) ),
|
||||
'maxRequests' =>$conf['maxRequests'],
|
||||
'maxRequests' =>$conf['max_requests'],
|
||||
'SHOW_THUMBNAIL_CAPTION' =>$conf['show_thumbnail_caption'],
|
||||
) );
|
||||
$tpl_thumbnails_var = trigger_event('loc_end_index_thumbnails', $tpl_thumbnails_var, $pictures);
|
||||
|
||||
@@ -771,5 +771,5 @@ $conf['chmod_value']= substr_compare(PHP_SAPI, 'apa', 0, 3)==0 ? 0777 : 0755;
|
||||
$conf['derivative_default_size'] = 'medium';
|
||||
|
||||
//Maximum Ajax requests at once, for thumbnails on-the-fly generation
|
||||
$conf['maxRequests']=3;
|
||||
$conf['max_requests']=3;
|
||||
?>
|
||||
Reference in New Issue
Block a user