Changeset 5304 for trunk/picture.php
- Timestamp:
- Mar 24, 2010, 1:39:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/picture.php
r5293 r5304 658 658 add_url_params( 659 659 $picture[$which_image]['url'], $slideshow_url_params), 660 'U_DOWNLOAD' => @$picture['current']['download_url'],661 660 ) 662 661 ) 663 662 ); 663 if ($conf['picture_download_icon'] and !empty($picture['current']['download_url'])) 664 { 665 $template->append($which_image, array('U_DOWNLOAD' => $picture['current']['download_url']), true); 666 } 664 667 } 665 668 } … … 919 922 920 923 $template->assign($infos); 924 $template->assign('display_info', unserialize($conf['picture_informations'])); 921 925 922 926 // related tags
Note: See TracChangeset
for help on using the changeset viewer.