Changeset 12856 for extensions/lightbox
- Timestamp:
- Jan 6, 2012, 4:36:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/lightbox/functions.inc.php
r9727 r12856 9 9 if (in_array($ext, $conf['picture_ext'])) 10 10 { 11 return $picture['path'];11 return get_root_url().$picture['path']; 12 12 } 13 13 elseif (isset($py_addext) and in_array($ext, $py_addext))
Note: See TracChangeset
for help on using the changeset viewer.