Ignore:
Timestamp:
Dec 6, 2012, 11:09:25 PM (11 years ago)
Author:
julien1311
Message:

version auto
gestion de picture.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Media_Icon/thumbnails.php

    r19284 r19311  
    55        global $template;
    66
    7         add_event_handler('loc_end_page_header', 'media_icon_css');
     7        add_event_handler('loc_end_page_header', 'media_icon_thumbnails_css');
    88       
    99        $template->set_prefilter('index_thumbnails', 'media_icon_prefilter_thumbnails');
     
    2626}
    2727
    28 function media_icon_css() {
     28function media_icon_thumbnails_css() {
    2929        global $template, $conf;
    3030       
Note: See TracChangeset for help on using the changeset viewer.