Changeset 28587 for trunk/include/category_default.inc.php
- Timestamp:
- Jun 2, 2014, 9:55:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/category_default.inc.php
r27369 r28587 36 36 ); 37 37 38 $selection = trigger_ event('loc_index_thumbnails_selection', $selection);38 $selection = trigger_change('loc_index_thumbnails_selection', $selection); 39 39 40 40 if (count($selection) > 0) … … 92 92 $template->set_filenames( array( 'index_thumbnails' => 'thumbnails.tpl',)); 93 93 94 trigger_ action('loc_begin_index_thumbnails', $pictures);94 trigger_notify('loc_begin_index_thumbnails', $pictures); 95 95 $tpl_thumbnails_var = array(); 96 96 … … 153 153 154 154 $template->assign( array( 155 'derivative_params' => trigger_ event('get_index_derivative_params', ImageStdParams::get_by_type( pwg_get_session_var('index_deriv', IMG_THUMB) ) ),155 'derivative_params' => trigger_change('get_index_derivative_params', ImageStdParams::get_by_type( pwg_get_session_var('index_deriv', IMG_THUMB) ) ), 156 156 'maxRequests' =>$conf['max_requests'], 157 157 'SHOW_THUMBNAIL_CAPTION' =>$conf['show_thumbnail_caption'], 158 158 ) ); 159 $tpl_thumbnails_var = trigger_ event('loc_end_index_thumbnails', $tpl_thumbnails_var, $pictures);159 $tpl_thumbnails_var = trigger_change('loc_end_index_thumbnails', $tpl_thumbnails_var, $pictures); 160 160 $template->assign('thumbnails', $tpl_thumbnails_var); 161 161
Note: See TracChangeset
for help on using the changeset viewer.