Changeset 12856 for extensions/lightbox


Ignore:
Timestamp:
Jan 6, 2012, 4:36:40 PM (12 years ago)
Author:
patdenice
Message:

Compatible with question_mark_in_urls = false.

File:
1 edited

Legend:

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

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