Ignore:
Timestamp:
Sep 1, 2009, 9:48:45 PM (15 years ago)
Author:
nikrou
Message:

wip: chargement des imagettes
todo: modification des templates pour virer les tableaux !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/public.php

    r3787 r3812  
    3737                  2           
    3838                  );
     39
     40if ($public_content->isJsonUrl()) {
     41  add_event_handler('loc_end_index_thumbnails',
     42                    array($public_content, 'load_thumbnails'),
     43                    EVENT_HANDLER_PRIORITY_NEUTRAL+1,
     44                    2         
     45                    );
     46}
    3947?>
Note: See TracChangeset for help on using the changeset viewer.