Ignore:
Timestamp:
Jan 20, 2012, 6:36:58 AM (12 years ago)
Author:
rvelices
Message:

feature 2548 multisize

  • comments thumbnails + no more hard coded thumbnail sizes in css
  • removed admin thumbnail page + language cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_global.php

    r12922 r12930  
    416416    }
    417417    save_upload_form_config($updates);
    418     $template->delete_compiled_templates();
    419418  }
    420419
     
    759758  );
    760759
    761 function regenerateThumbnails_prefilter($content, $smarty)
    762 {
    763   return str_replace('{$thumbnail.TN_SRC}', '{$thumbnail.TN_SRC}?rand='.md5(uniqid(rand(), true)), $content);
    764 }
    765 $template->set_prefilter('batch_manager_global', 'regenerateThumbnails_prefilter');
    766 
    767760trigger_action('loc_end_element_set_global');
    768761
Note: See TracChangeset for help on using the changeset viewer.