Changeset 8912 for extensions/Autosize/include/affiche.php
- Timestamp:
- Jan 26, 2011, 1:17:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/include/affiche.php
r8911 r8912 13 13 $theme=$user['theme']; 14 14 $user_status = $user['status'] ; 15 16 $template->assign( array( 'AUTOSIZE_PATH_ABS' => AUTOSIZE_PATH_ABS 15 16 $template->assign( array( 17 'AUTOSIZE_PATH_ABS' => AUTOSIZE_PATH_ABS, 18 'ROOT_URL' => ROOT_URL, 19 'AUTOSIZE_PATH' => AUTOSIZE_PATH, 17 20 ) 18 ); 21 ); 22 19 23 $template->assign( 20 24 array( … … 27 31 'thumbnail' => $conf['prefix_thumbnail'], 28 32 'visible' => $visible, 29 'ROOT_URL' => get_root_url() , 30 'AUTOSIZE_PATH' => AUTOSIZE_PATH, 33 31 34 'theme' => $theme, 32 35 'SCALED_WIDTH' => $picture['current']['scaled_width'],
Note: See TracChangeset
for help on using the changeset viewer.