Changeset 12392 for branches


Ignore:
Timestamp:
Oct 8, 2011, 10:02:38 PM (12 years ago)
Author:
rvelices
Message:

merge -r12391 from trunk moved up one line of code added in 2.3 (plugin compatibility)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/include/category_default.inc.php

    r11999 r12392  
    171171}
    172172
     173$template->assign('SHOW_THUMBNAIL_CAPTION', $conf['show_thumbnail_caption']);
    173174$tpl_thumbnails_var = trigger_event('loc_end_index_thumbnails', $tpl_thumbnails_var, $pictures);
    174175$template->assign('thumbnails', $tpl_thumbnails_var);
    175 $template->assign('SHOW_THUMBNAIL_CAPTION', $conf['show_thumbnail_caption']);
     176
    176177$template->assign_var_from_handle('THUMBNAILS', 'index_thumbnails');
    177178
Note: See TracChangeset for help on using the changeset viewer.