Ignore:
Timestamp:
Jul 26, 2012, 5:27:28 PM (12 years ago)
Author:
plg
Message:

add plugin Lightbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lightbox/functions.inc.php

    r12856 r17139  
    99  if (in_array($ext, $conf['picture_ext']))
    1010  {
    11     return get_root_url().$picture['path'];
     11    return DerivativeImage::url(IMG_LARGE, new SrcImage($picture));
    1212  }
    1313  elseif (isset($py_addext) and in_array($ext, $py_addext))
Note: See TracChangeset for help on using the changeset viewer.