Changeset 7899 for extensions/Autosize/include
- Timestamp:
- Nov 28, 2010, 11:06:31 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/include/affiche.php
r7725 r7899 4 4 $img_width=isset($picture['current']['width'])?$picture['current']['width']:480; 5 5 $img_height=isset($picture['current']['height'])?$picture['current']['height']:320; 6 6 7 $version=isset($version)?$version:""; 8 $cl_plugin=isset($cl_plugin)?$cl_plugin:""; 7 9 $theme=$user['theme']; 8 10 $user_status = $user['status'] ; 9 11 10 12 $template->assign( 11 array( 13 array( 14 'version' => $version, 15 'cl_plugin' => $cl_plugin, 16 12 17 'fade_in' =>$autosize_parametres->fade_in, 13 18 'thumbnail' => $conf['prefix_thumbnail'], 14 19 'visible' => $visible, 15 'version' => $version, 20 16 21 'AUTOSIZE_PATH' => AUTOSIZE_PATH, 17 22 'theme' => $theme,
Note: See TracChangeset
for help on using the changeset viewer.