Ignore:
Timestamp:
Apr 27, 2012, 7:51:01 PM (12 years ago)
Author:
Zaphod
Message:

version 2.2.0.beta for Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/themeconf.inc.php

    r12961 r14481  
    6565}
    6666
     67// Preload function
     68
    6769if (isset($stripped['imagePreload']) && ($user['theme'] == 'stripped')) {
    6870        add_event_handler('loc_end_picture', 'assign_next_images_url');
     
    112114                }
    113115
    114                 $picturenext[$in]['image_url'] = get_image_url( $picturenext[$in] );
     116                $picturenext[$in]['image_url'] = ''; /*get_image_url( $picturenext[$in] );*/
    115117        }
    116118
     
    123125}
    124126
    125 
    126127?>
Note: See TracChangeset for help on using the changeset viewer.