From a6f55ac0381a81c6abf79bb2ed8617b6d50ed2aa Mon Sep 17 00:00:00 2001 From: flop25 Date: Mon, 14 Jan 2013 23:15:34 +0000 Subject: bug:2820 & bug:2684 add $conf['maxRequests'] perf enhanced : declare once {combine_script} add one loading gif, fixed at the bottom right of the page display an icon for picture loading, and an error icon if ajax failed : might need to be integrated in sprite.png ToDo picture page/clean up unused loader gif/sleep above all. git-svn-id: http://piwigo.org/svn/trunk@20161 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_cats.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/category_cats.inc.php') diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php index cb25bc41e..6f93dea91 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -387,6 +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'], 'category_thumbnails' => $tpl_thumbnails_var_selection, 'derivative_params' => $derivative_params, ) ); -- cgit v1.2.3