Changeset 7008 for extensions/Autosize/main.inc.php
- Timestamp:
- Sep 23, 2010, 12:54:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/main.inc.php
r6983 r7008 2 2 /* 3 3 Plugin Name: AutoSize 4 Version: 1.0. 71924 Version: 1.0.9 5 5 Description: Ajuste l'affichage des photos en fonction de la hauteur de la fenetre de navigation 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=448 … … 146 146 } 147 147 //======================================================================= 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 ); 149 function cl_autosize_script() 150 150 { 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 151 158 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 152 170 } 153 171
Note: See TracChangeset
for help on using the changeset viewer.