Ignore:
Timestamp:
Sep 23, 2010, 12:54:45 PM (14 years ago)
Author:
cljosse
Message:

[Autosize]Improvement theme compatibility(sobre,luciano,gally,GBO,pure_sky,sylvia)


File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/main.inc.php

    r6983 r7008  
    22/*
    33Plugin Name: AutoSize
    4 Version: 1.0.7192
     4Version: 1.0.9
    55Description: Ajuste l'affichage des photos en fonction de la hauteur de la fenetre de navigation
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=448
     
    146146 }
    147147 //=======================================================================
    148 add_event_handler('loc_end_page_tail','cl_autosize_attente',100 );     
    149 function cl_autosize_attente()
     148//add_event_handler('loc_end_page_header','cl_autosize_script',40 );   
     149function cl_autosize_script()
    150150{
     151   global $user, $picture, $template,$page;
     152    global $content, $element_info;   
     153    global $infos_message,$erreur_message;
     154    global  $conf,$lang ,$user;
     155
     156    $my_path = dirname(__FILE__).'/';
     157       
    151158 
     159    $template->set_filenames(
     160        array('autosize_cl_content'=> $my_path.'template/cl_conflit.tpl')
     161    );
     162
     163        $template->assign(
     164                                        array(
     165                    'AUTOSIZE_PATH' => AUTOSIZE_PATH
     166                                        )
     167                     );
     168       return $template->parse( 'autosize_cl_content', false);
     169       
    152170}
    153171
Note: See TracChangeset for help on using the changeset viewer.