Ignore:
Timestamp:
Mar 30, 2011, 4:44:24 PM (13 years ago)
Author:
patdenice
Message:

Remove "all photos" language key.
Move prefilter to element_set_global_action.php file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/regenerateThumbnails/element_set_global_action.php

    r9931 r9937  
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44check_status(ACCESS_ADMINISTRATOR);
     5
     6function regenerate_prefilter($content, $smarty)
     7{
     8  return str_replace('{$thumbnail.TN_SRC}', '{$thumbnail.TN_SRC}?rand='.md5(uniqid(rand(), true)), $content);
     9}
    510
    611global $template, $conf, $page, $pwg_loaded_plugins;
Note: See TracChangeset for help on using the changeset viewer.